pgsql: Fix another bit of unlogged-table-induced breakage. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix another bit of unlogged-table-induced breakage.
Date
Msg-id E1R6O7S-0003kF-EX@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4893552e21b93149bb60f6204673cce855881a05

Modified Files
--------------
src/backend/catalog/namespace.c            |   25 +++++++++++++++++--------
src/test/regress/expected/create_table.out |   19 ++++++++++++-------
src/test/regress/sql/create_table.sql      |   14 +++++++-------
3 files changed, 36 insertions(+), 22 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Suppress "unused function" warning when not HAVE_LOCALE_T.
Next
From: Robert Haas
Date:
Subject: pgsql: Fix another bit of unlogged-table-induced breakage.