pgsql: Revert accidental change to pg_config_manual.h.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert accidental change to pg_config_manual.h.
Date: 2011-10-10 02:23:40
Message-ID: E1RD5Wm-00025e-O5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert accidental change to pg_config_manual.h.

This was broken in commit 53dbc27c62d8e1b6c5253feba04a5094cb8fe046, which
introduced unlogged tables. Fortunately, as debugging tools go, this one
is pretty cheap, which is probably why it took nine months for someone to
notice, but it's not intended to be enabled by default, so revert.

Noted by Fujii Masao.

Branch
------
master

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

Modified Files
--------------
src/include/pg_config_manual.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-10-10 03:47:39 pgsql: Fix ALTER TABLE ONLY .. DROP CONSTRAINT.
Previous Message Heikki Linnakangas 2011-10-09 16:00:34 pgsql: Clean up a couple of box gist helper functions.