pgsql/src/backend commands/variable.c parser/g ...

Поиск
Список
Период
Сортировка
От thomas@postgresql.org (Thomas Lockhart)
Тема pgsql/src/backend commands/variable.c parser/g ...
Дата
Msg-id 20020421213703.4EB3F4758DD@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    thomas@postgresql.org    02/04/21 17:37:03

Modified files:
    src/backend/commands: variable.c

Log message:
    Initialize or set a couple of variables to suppress compiler warnings.
    These were for cases protected by elog(ERROR) exits, but may as well
    keep the compiler happy. Not sure why they don't show up on my gcc-2.96.x
    version of the compiler.

Modified files:
    src/backend/parser: gram.y

Log message:
    Remove the definition for set_name_needs_quotes() on the assumption that
    it is now obsolete. Need some regression test cases to prove otherwise...


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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/src/test/regress/expected horology-no-DS ...
Следующее
От: thomas@postgresql.org (Thomas Lockhart)
Дата:
Сообщение: pgsql/src/backend/parser gram.y