Tatsuo Ishii <is...@postgresql.org> writes: > Fix broken multibyte regression tests. > commit 9043Fe390f4f0b4586cfe59cbd22314b9c3e2957 broke multibyte > regression tests because the commit removes the warning message when > temporary hash indexes is created, which has been added by commit > 07af523870bcfe930134054febd3a6a114942e5b.
> Back patched to 9.5 stable tree. AFAICT this patch was incorrect and should be reverted, because the src/test/mb tests all fail for me, in both HEAD and 9.5, as a consequence of getting hash-index WARNINGs that are not in the expected-files. The commit you mention (which is 9043ef390f4f0b4586cfe59cbd22314b9c3e2957 not what's cited in this commit message) disabled the WARNING for temporary and unlogged hash indexes, but the indexes created by the test scripts are neither. Please recheck it. regards, tom lane -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers