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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
