Обсуждение: pgsql-server/src/bin/psql common.c

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

pgsql-server/src/bin/psql common.c

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/11/12 18:53:16

Modified files:
    src/bin/psql   : common.c

Log message:
    AcceptResult() was missing a case for PGRES_EMPTY_QUERY --- probably
    my fault.  Adding it fixes bogus message display when reading a block
    comment at the end of a script file.