Re: pgsql: Fix broken multibyte regression tests. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Fix broken multibyte regression tests.
Date
Msg-id 27771.1448736909@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Fix broken multibyte regression tests.  (Tatsuo Ishii <ishii@postgresql.org>)
List pgsql-committers
Tatsuo Ishii <ishii@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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid doing encoding conversions by double-conversion via MULE_I
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid caching expression state trees for domain constraints acro