]> granicus.if.org Git - postgresql/commit
Unbreak unlogged tables.
authorRobert Haas <rhaas@postgresql.org>
Fri, 22 Jul 2011 20:15:43 +0000 (16:15 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 22 Jul 2011 20:15:43 +0000 (16:15 -0400)
commit6f1be5a67a758499beab0082b6e63b3040913268
tree211592adc67a7607836c4f61ef0d324da1646422
parent43aa40e1551b9e8d30b376de6d6a9b976ae54332
Unbreak unlogged tables.

I broke this in commit 5da79169d3e9f0fab47da03318c44075b3f824c5, which
was obviously insufficiently well tested.  Add some regression tests
in the hope of making future slip-ups more likely to be noticed.
src/backend/catalog/namespace.c
src/test/regress/expected/create_table.out
src/test/regress/sql/create_table.sql