pgsql: Damage control for yesterday's CheckIndexCompatible changes.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Damage control for yesterday's CheckIndexCompatible changes.
Дата
Msg-id E1RqPIb-0005MJ-61@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Instrument index-only scans to count heap fetches performed.
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Track temporary file count and size in pg_stat_database