pgsql: Trivial fix for a bug introduced in r1.94 of help.c: we want to
Started by Nonameover 21 years ago2 messagescomitters
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)
Re: pgsql: Trivial fix for a bug introduced in r1.94
On Wed, 2004-11-24 at 04:58 +0000, Neil Conway wrote:
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.
Sorry, forgot to mention: this bug was reported by Robert Treat.
-Neil