From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Remove TAP test for createdb --lc-ctype |
Date: | 2020-02-27 13:00:03 |
Message-ID: | E1j7Iln-0000Uu-J8@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Remove TAP test for createdb --lc-ctype
OpenBSD falls back to "C" when using an incorrect input with setlocale()
and LC_CTYPE, causing this test, introduced by 008cf04, to fail. This
removes the culprit test to avoid the portability issue.
Per report from Robert Haas, via buildfarm member curculio.
Discussion: https://postgr.es/m/CA+TgmoZ6ddh3mHD9gU8DvNYoFmuJaYYn1+4AvZNp25vTdRwCAQ@mail.gmail.com
Backpatch-through: 11
Branch
------
REL_12_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/aeb846edbf9cee131593bd9743493d501a554ff2
Modified Files
--------------
src/bin/scripts/t/020_createdb.pl | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2020-02-27 13:01:27 | Re: pgsql: createdb: Fix quoting of --encoding, --lc-ctype and --lc-collate |
Previous Message | Michael Paquier | 2020-02-27 06:39:07 | pgsql: Skip foreign tablespaces when running pg_checksums/pg_verify_che |