pgsql: Fix another bit of unlogged-table-induced breakage.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix another bit of unlogged-table-induced breakage.
Дата
Msg-id E1R6O7S-0003kF-EX@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix another bit of unlogged-table-induced breakage.

Per bug #6205, reported by Abel Abraham Camarillo Ojeda.  This isn't a
particularly elegant fix, but I'm trying to minimize the chances of
causing yet another round of breakage.

Adjust regression tests to exercise this case.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4893552e21b93149bb60f6204673cce855881a05

Modified Files
--------------
src/backend/catalog/namespace.c            |   25 +++++++++++++++++--------
src/test/regress/expected/create_table.out |   19 ++++++++++++-------
src/test/regress/sql/create_table.sql      |   14 +++++++-------
3 files changed, 36 insertions(+), 22 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Suppress "unused function" warning when not HAVE_LOCALE_T.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix another bit of unlogged-table-induced breakage.