pgsql: Unbreak unlogged tables.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Unbreak unlogged tables.
Date: 2011-07-22 20:18:02
Message-ID: E1QkMAc-0007hT-50@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6f1be5a67a758499beab0082b6e63b3040913268

Modified Files
--------------
src/backend/catalog/namespace.c | 7 ++++---
src/test/regress/expected/create_table.out | 11 +++++++++++
src/test/regress/sql/create_table.sql | 10 ++++++++++
3 files changed, 25 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-07-23 21:00:02 pgsql: Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.
Previous Message Heikki Linnakangas 2011-07-22 07:34:32 Re: Re: [COMMITTERS] pgsql: Remove O(N^2) performance issue with multiple SAVEPOINTs.