pgsql: Damage control for yesterday's CheckIndexCompatible changes. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Damage control for yesterday's CheckIndexCompatible changes.
Date
Msg-id E1RqPIb-0005MJ-61@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Instrument index-only scans to count heap fetches performed.
Next
From: Magnus Hagander
Date:
Subject: pgsql: Track temporary file count and size in pg_stat_database