[COMMITTERS] pgsql: Fix MB regression tests for WAL-logging of hash indexes.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Fix MB regression tests for WAL-logging of hash indexes.
Дата
Msg-id E1co75C-0003aH-TT@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix MB regression tests for WAL-logging of hash indexes.

Thomas Munro noted that these files still contained the now-removed
deprecation message in the expected output.

Patch by Amit Kapila

Discussion: http://postgr.es/m/CAEepm=16HW_C+MBA27aOV9t4tQBU-vf1BT_yhRUTWZVMd9bq8A@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/test/mb/expected/big5.out          | 1 -
src/test/mb/expected/euc_jp.out        | 1 -
src/test/mb/expected/euc_kr.out        | 1 -
src/test/mb/expected/euc_tw.out        | 1 -
src/test/mb/expected/gb18030.out       | 1 -
src/test/mb/expected/mule_internal.out | 2 --
src/test/mb/expected/sjis.out          | 1 -
src/test/mb/expected/utf8.out          | 1 -
8 files changed, 9 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Cosmetic fixes for hash index write-ahead logging.
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Add a regression test for snapshot too old with hash indexes.