From: | Tatsuo Ishii <ishii(at)postgresql(dot)org> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Unbreak mbregression test |
Date: | 2016-01-25 15:47:37 |
Message-ID: | 20160126.004737.2132190002574620585.t-ishii@sraoss.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
The multi-byte regression tests (src/test/regress/mb) have been broken
for sometime due to a warning message regarding hash index usage "hash
indexes are not WAL-logged and their use is discouraged" (the messages
are different from version to version).
Attached is a patch to fix the problem for master branch and
REL9_5_STABLE. Note that the patch is gzipped, rather than a plain
text since it includes differently encoded texts. I think we should
backport the patch to all the supported releases in which the tests
are broken (the patches may vary in version to version due to slight
message differences).
Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp
Attachment | Content-Type | Size |
---|---|---|
mbregress.diff.gz | application/octet-stream | 1.8 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2016-01-25 15:52:11 | Re: postgres_fdw join pushdown (was Re: Custom/Foreign-Join-APIs) |
Previous Message | Robert Haas | 2016-01-25 15:45:32 | Re: Releasing in September |