pgsql: Trivial fix for a bug introduced in r1.94 of help.c: we want to

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Trivial fix for a bug introduced in r1.94 of help.c: we want to
Date: 2004-11-24 04:58:44
Message-ID: 20041124045844.298553A42B3@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Trivial fix for a bug introduced in r1.94 of help.c: we want to only
include "\s" in \? output when readline is enabled, but that commit
supressed "\s" whether readline was enabled or not.

Modified Files:
--------------
pgsql/src/bin/psql:
help.c (r1.96 -> r1.97)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/help.c.diff?r1=1.96&r2=1.97)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2004-11-24 05:07:29 Re: pgsql: Trivial fix for a bug introduced in r1.94
Previous Message Neil Conway 2004-11-24 02:56:19 pgsql: Assert that BufferIsPinned() in IncrBufferRefCount(), rather than