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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix another bit of unlogged-table-induced breakage.
Date: 2011-09-21 14:49:50
Message-ID: E1R6O7S-0003kH-FH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/c67bba992533acb1df0fd2f5c5164da2ac9543ae

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-09-22 15:30:43 pgsql: Make EXPLAIN ANALYZE report the numbers of rows rejected by filt
Previous Message Tom Lane 2011-09-20 21:47:58 pgsql: Suppress "unused function" warning when not HAVE_LOCALE_T.