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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix another bit of unlogged-table-induced breakage.
Дата
Msg-id E1R6O7S-0003kH-FH@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
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/c67bba992533acb1df0fd2f5c5164da2ac9543ae

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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix another bit of unlogged-table-induced breakage.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Make EXPLAIN ANALYZE report the numbers of rows rejected by filt