pgsql: Unbreak \h; can't do strlen(NULL).

From: rhaas(at)postgresql(dot)org (Robert Haas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Unbreak \h; can't do strlen(NULL).
Date: 2010-05-21 17:37:44
Message-ID: 20100521173744.46A1B7541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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

Modified Files:
--------------
pgsql/src/bin/psql:
command.c (r1.219 -> r1.220)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c?r1=1.219&r2=1.220)

Browse pgsql-committers by date

  From Date Subject
Next Message User Andrewd 2010-05-23 10:01:04 pgbuildfarm - client-code: Use git clean to remove build products left
Previous Message Michael Meskes 2010-05-20 22:10:46 pgsql: Ecpg now accepts "long long" datatypes even if "long" is 64bit