]> 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:17:34 +0000 (16:17 -0400)
commit16a6a70ea37be76b7c3757503defbbd05d2acdf1
treef063879fc4137f6b3570181a817a6fb9ae73270d
parent64207122a241282189451fdcbab3f5e2a6e1e1b1
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