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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix MB regression tests for WAL-logging of hash indexes.
Date: 2017-03-15 11:27:10
Message-ID: E1co75C-0003aH-TT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-03-15 14:53:31 pgsql: Add a regression test for snapshot too old with hash indexes.
Previous Message Robert Haas 2017-03-15 11:25:12 pgsql: Cosmetic fixes for hash index write-ahead logging.