]> granicus.if.org Git - postgresql/commit
Fix another bit of unlogged-table-induced breakage.
authorRobert Haas <rhaas@postgresql.org>
Wed, 21 Sep 2011 14:47:47 +0000 (10:47 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 21 Sep 2011 14:48:29 +0000 (10:48 -0400)
commitc67bba992533acb1df0fd2f5c5164da2ac9543ae
tree6b5f707e50dc8cacd766abdc85a56af98ee11b39
parentc47e62949840f670402cb470ce267e9ea2431992
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.
src/backend/catalog/namespace.c
src/test/regress/expected/create_table.out
src/test/regress/sql/create_table.sql