Обсуждение: pgsql: Trivial fix for a bug introduced in r1.94 of help.c: we want to

Поиск
Список
Период
Сортировка

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

От
neilc@svr1.postgresql.org (Neil Conway)
Дата:
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

От
Neil Conway
Дата:
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