Fix another bit of unlogged-table-induced breakage.
Robert Haas <rhaas@postgresql.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/namespace.c | modified | +17 −8 |
| src/test/regress/expected/create_table.out | modified | +12 −7 |
| src/test/regress/sql/create_table.sql | modified | +7 −7 |