pgsql: Damage control for yesterday's CheckIndexCompatible changes.

Lists: pgsql-committers
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
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(-)