OSDN Git Service

Unbreak \h; can't do strlen(NULL).
authorRobert Haas <rhaas@postgresql.org>
Fri, 21 May 2010 17:37:44 +0000 (17:37 +0000)
committerRobert Haas <rhaas@postgresql.org>
Fri, 21 May 2010 17:37:44 +0000 (17:37 +0000)
commitc8518845de62e64eec3d863d4e149da72cacdd9f
treeb20c18988e7fd0fac4547890ff70c69cab057713
parent15ab0e9a6051ff5b6c88a729ddd9d57ac44f7a11
Unbreak \h; can't do strlen(NULL).

This was broken by the following commmit.  Although the original commit was
backpatched all the way to 7.4, this particular bug exists only in the version
applied to HEAD.

http://archives.postgresql.org/pgsql-committers/2010-05/msg00058.php
src/bin/psql/command.c