pgsql: Fix a bug in the previous patch, which caused the title pointer

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: Fix a bug in the previous patch, which caused the title pointer
Дата
Msg-id 20080513001412.07F407559E9@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix a bug in the previous patch, which caused the title pointer to be used
before it was actually set.

Modified Files:
--------------
    pgsql/src/bin/psql:
        describe.c (r1.171 -> r1.172)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.171&r2=1.172)
        print.c (r1.100 -> r1.101)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c?r1=1.100&r2=1.101)

В списке pgsql-committers по дате отправления:

Предыдущее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Improve psql's internal print.c code by introducing an actual
Следующее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Change \du to use the new printTable API, improving the situation