Unbreak unlogged tables.
Robert Haas <rhaas@postgresql.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/namespace.c | modified | +4 −3 |
| src/test/regress/expected/create_table.out | modified | +11 −0 |
| src/test/regress/sql/create_table.sql | modified | +10 −0 |