pgsql: Damage control for yesterday's CheckIndexCompatible changes.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Damage control for yesterday's CheckIndexCompatible changes.
Date: 2012-01-26 13:23:33
Message-ID: E1RqPIb-0005MJ-61@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Damage control for yesterday's CheckIndexCompatible changes.

Rip out a regression test that doesn't play well with settings put in
place by the build farm, and rewrite the code in CheckIndexCompatible
in a hopefully more transparent style.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9d35116611e6a1fc10f2298944fbf0e4e1a826be

Modified Files
--------------
src/backend/commands/indexcmds.c | 34 +++++++++++++++++++++-------
src/test/regress/expected/alter_table.out | 9 -------
src/test/regress/sql/alter_table.sql | 8 ------
3 files changed, 25 insertions(+), 26 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2012-01-26 13:44:18 pgsql: Track temporary file count and size in pg_stat_database
Previous Message Fujii Masao 2012-01-26 06:21:47 Re: [COMMITTERS] pgsql: Add new replication mode synchronous_commit = 'write'.