Fix another bit of unlogged-table-induced breakage.
authorRobert Haas <rhaas@postgresql.org>
Wed, 21 Sep 2011 14:32:30 +0000 (10:32 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 21 Sep 2011 14:48:31 +0000 (10:48 -0400)
commit4893552e21b93149bb60f6204673cce855881a05
tree07af8b65277c88f128bc99fa9a8aa6d8f25b43af
parent2562dcea811eb642e1c5442e1ede9fe268278157
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