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

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Trivial fix for a bug introduced in r1.94 of help.c: we want to
Date
Msg-id 20041124045844.298553A42B3@svr1.postgresql.org
Whole thread Raw
Responses Re: pgsql: Trivial fix for a bug introduced in r1.94  (Neil Conway <neilc@samurai.com>)
List 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)

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Assert that BufferIsPinned() in IncrBufferRefCount(), rather than
Next
From: Neil Conway
Date:
Subject: Re: pgsql: Trivial fix for a bug introduced in r1.94