public inbox for [email protected]  
help / color / mirror / Atom feed
pgsql: EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of fai
6+ messages / 1 participants
[nested] [flat]

* pgsql: EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of fai
@ 2026-02-26 02:16 Noah Misch <[email protected]>
  0 siblings, 0 replies; 6+ messages in thread

From: Noah Misch @ 2026-02-26 02:16 UTC (permalink / raw)
  To: [email protected]

EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of failing.

Settings that ran the new test euc_kr.sql to completion would fail these
older src/pl tests.  Use alternative expected outputs, for which psql
\gset and \if have reduced the maintenance burden.  This fixes
"LANG=ko_KR.euckr LC_MESSAGES=C make check-world".  (LC_MESSAGES=C fixes
IO::Pty usage in tests 010_tab_completion and 001_password.)  That file
is new in commit c67bef3f3252a3a38bf347f9f119944176a796ce.  Back-patch
to v14, like that commit.

Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 14

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0163951b785e9b839706ce8e557066ad083beef1

Modified Files
--------------
src/pl/plperl/GNUmakefile                       |  2 +-
src/pl/plperl/expected/plperl_elog.out          | 13 -------------
src/pl/plperl/expected/plperl_elog_1.out        | 13 -------------
src/pl/plperl/expected/plperl_unicode.out       | 18 ++++++++++++++++++
src/pl/plperl/expected/plperl_unicode_1.out     | 10 ++++++++++
src/pl/plperl/meson.build                       |  1 +
src/pl/plperl/sql/plperl_elog.sql               | 15 ---------------
src/pl/plperl/sql/plperl_unicode.sql            | 19 +++++++++++++++++++
src/pl/plpython/expected/plpython_unicode.out   | 13 +++++++++----
src/pl/plpython/expected/plpython_unicode_1.out | 12 ++++++++++++
src/pl/plpython/sql/plpython_unicode.sql        | 13 +++++++++----
src/pl/tcl/expected/pltcl_unicode.out           | 13 +++++++++----
src/pl/tcl/expected/pltcl_unicode_1.out         | 12 ++++++++++++
src/pl/tcl/sql/pltcl_unicode.sql                | 13 +++++++++----
14 files changed, 109 insertions(+), 58 deletions(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of fai
@ 2026-02-26 02:16 Noah Misch <[email protected]>
  0 siblings, 0 replies; 6+ messages in thread

From: Noah Misch @ 2026-02-26 02:16 UTC (permalink / raw)
  To: [email protected]

EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of failing.

Settings that ran the new test euc_kr.sql to completion would fail these
older src/pl tests.  Use alternative expected outputs, for which psql
\gset and \if have reduced the maintenance burden.  This fixes
"LANG=ko_KR.euckr LC_MESSAGES=C make check-world".  (LC_MESSAGES=C fixes
IO::Pty usage in tests 010_tab_completion and 001_password.)  That file
is new in commit c67bef3f3252a3a38bf347f9f119944176a796ce.  Back-patch
to v14, like that commit.

Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 14

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/95e0fac1ee76e39fd5aee8d6e0e71a8ed36b32dd

Modified Files
--------------
src/pl/plperl/GNUmakefile                       |  2 +-
src/pl/plperl/expected/plperl_elog.out          | 13 -------------
src/pl/plperl/expected/plperl_elog_1.out        | 13 -------------
src/pl/plperl/expected/plperl_unicode.out       | 18 ++++++++++++++++++
src/pl/plperl/expected/plperl_unicode_1.out     | 10 ++++++++++
src/pl/plperl/meson.build                       |  1 +
src/pl/plperl/sql/plperl_elog.sql               | 15 ---------------
src/pl/plperl/sql/plperl_unicode.sql            | 19 +++++++++++++++++++
src/pl/plpython/expected/plpython_unicode.out   | 13 +++++++++----
src/pl/plpython/expected/plpython_unicode_1.out | 12 ++++++++++++
src/pl/plpython/sql/plpython_unicode.sql        | 13 +++++++++----
src/pl/tcl/expected/pltcl_unicode.out           | 13 +++++++++----
src/pl/tcl/expected/pltcl_unicode_1.out         | 12 ++++++++++++
src/pl/tcl/sql/pltcl_unicode.sql                | 13 +++++++++----
14 files changed, 109 insertions(+), 58 deletions(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of fai
@ 2026-02-26 02:16 Noah Misch <[email protected]>
  0 siblings, 0 replies; 6+ messages in thread

From: Noah Misch @ 2026-02-26 02:16 UTC (permalink / raw)
  To: [email protected]

EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of failing.

Settings that ran the new test euc_kr.sql to completion would fail these
older src/pl tests.  Use alternative expected outputs, for which psql
\gset and \if have reduced the maintenance burden.  This fixes
"LANG=ko_KR.euckr LC_MESSAGES=C make check-world".  (LC_MESSAGES=C fixes
IO::Pty usage in tests 010_tab_completion and 001_password.)  That file
is new in commit c67bef3f3252a3a38bf347f9f119944176a796ce.  Back-patch
to v14, like that commit.

Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 14

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4cb70f73eacc4231f354432e8ed0f65d27f5cc09

Modified Files
--------------
src/pl/plperl/GNUmakefile                       |  2 +-
src/pl/plperl/expected/plperl_elog.out          | 13 -------------
src/pl/plperl/expected/plperl_elog_1.out        | 13 -------------
src/pl/plperl/expected/plperl_unicode.out       | 18 ++++++++++++++++++
src/pl/plperl/expected/plperl_unicode_1.out     | 10 ++++++++++
src/pl/plperl/meson.build                       |  1 +
src/pl/plperl/sql/plperl_elog.sql               | 15 ---------------
src/pl/plperl/sql/plperl_unicode.sql            | 19 +++++++++++++++++++
src/pl/plpython/expected/plpython_unicode.out   | 13 +++++++++----
src/pl/plpython/expected/plpython_unicode_1.out | 12 ++++++++++++
src/pl/plpython/sql/plpython_unicode.sql        | 13 +++++++++----
src/pl/tcl/expected/pltcl_unicode.out           | 13 +++++++++----
src/pl/tcl/expected/pltcl_unicode_1.out         | 12 ++++++++++++
src/pl/tcl/sql/pltcl_unicode.sql                | 13 +++++++++----
14 files changed, 109 insertions(+), 58 deletions(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of fai
@ 2026-02-26 02:16 Noah Misch <[email protected]>
  0 siblings, 0 replies; 6+ messages in thread

From: Noah Misch @ 2026-02-26 02:16 UTC (permalink / raw)
  To: [email protected]

EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of failing.

Settings that ran the new test euc_kr.sql to completion would fail these
older src/pl tests.  Use alternative expected outputs, for which psql
\gset and \if have reduced the maintenance burden.  This fixes
"LANG=ko_KR.euckr LC_MESSAGES=C make check-world".  (LC_MESSAGES=C fixes
IO::Pty usage in tests 010_tab_completion and 001_password.)  That file
is new in commit c67bef3f3252a3a38bf347f9f119944176a796ce.  Back-patch
to v14, like that commit.

Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 14

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/25501fe995fc6b851bf282974fe8c4a8b6d91f4c

Modified Files
--------------
src/pl/plperl/GNUmakefile                       |  2 +-
src/pl/plperl/expected/plperl_elog.out          | 13 -------------
src/pl/plperl/expected/plperl_elog_1.out        | 13 -------------
src/pl/plperl/expected/plperl_unicode.out       | 18 ++++++++++++++++++
src/pl/plperl/expected/plperl_unicode_1.out     | 10 ++++++++++
src/pl/plperl/meson.build                       |  1 +
src/pl/plperl/sql/plperl_elog.sql               | 15 ---------------
src/pl/plperl/sql/plperl_unicode.sql            | 19 +++++++++++++++++++
src/pl/plpython/expected/plpython_unicode.out   | 13 +++++++++----
src/pl/plpython/expected/plpython_unicode_1.out | 12 ++++++++++++
src/pl/plpython/sql/plpython_unicode.sql        | 13 +++++++++----
src/pl/tcl/expected/pltcl_unicode.out           | 13 +++++++++----
src/pl/tcl/expected/pltcl_unicode_1.out         | 12 ++++++++++++
src/pl/tcl/sql/pltcl_unicode.sql                | 13 +++++++++----
14 files changed, 109 insertions(+), 58 deletions(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of fai
@ 2026-02-26 02:16 Noah Misch <[email protected]>
  0 siblings, 0 replies; 6+ messages in thread

From: Noah Misch @ 2026-02-26 02:16 UTC (permalink / raw)
  To: [email protected]

EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of failing.

Settings that ran the new test euc_kr.sql to completion would fail these
older src/pl tests.  Use alternative expected outputs, for which psql
\gset and \if have reduced the maintenance burden.  This fixes
"LANG=ko_KR.euckr LC_MESSAGES=C make check-world".  (LC_MESSAGES=C fixes
IO::Pty usage in tests 010_tab_completion and 001_password.)  That file
is new in commit c67bef3f3252a3a38bf347f9f119944176a796ce.  Back-patch
to v14, like that commit.

Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 14

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/44d29f5c6c0febc8ef3c88da3eab099b89546296

Modified Files
--------------
src/pl/plperl/GNUmakefile                       |  2 +-
src/pl/plperl/expected/plperl_elog.out          | 13 -------------
src/pl/plperl/expected/plperl_elog_1.out        | 13 -------------
src/pl/plperl/expected/plperl_unicode.out       | 18 ++++++++++++++++++
src/pl/plperl/expected/plperl_unicode_1.out     | 10 ++++++++++
src/pl/plperl/sql/plperl_elog.sql               | 15 ---------------
src/pl/plperl/sql/plperl_unicode.sql            | 19 +++++++++++++++++++
src/pl/plpython/expected/plpython_unicode.out   | 13 +++++++++----
src/pl/plpython/expected/plpython_unicode_1.out | 12 ++++++++++++
src/pl/plpython/sql/plpython_unicode.sql        | 13 +++++++++----
src/pl/tcl/expected/pltcl_unicode.out           | 13 +++++++++----
src/pl/tcl/expected/pltcl_unicode_1.out         | 12 ++++++++++++
src/pl/tcl/sql/pltcl_unicode.sql                | 13 +++++++++----
13 files changed, 108 insertions(+), 58 deletions(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of fai
@ 2026-02-26 02:16 Noah Misch <[email protected]>
  0 siblings, 0 replies; 6+ messages in thread

From: Noah Misch @ 2026-02-26 02:16 UTC (permalink / raw)
  To: [email protected]

EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of failing.

Settings that ran the new test euc_kr.sql to completion would fail these
older src/pl tests.  Use alternative expected outputs, for which psql
\gset and \if have reduced the maintenance burden.  This fixes
"LANG=ko_KR.euckr LC_MESSAGES=C make check-world".  (LC_MESSAGES=C fixes
IO::Pty usage in tests 010_tab_completion and 001_password.)  That file
is new in commit c67bef3f3252a3a38bf347f9f119944176a796ce.  Back-patch
to v14, like that commit.

Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 14

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e0565630665f0f40def0f01f39ae282b81c4cb9b

Modified Files
--------------
src/pl/plperl/GNUmakefile                       |  2 +-
src/pl/plperl/expected/plperl_elog.out          | 13 -------------
src/pl/plperl/expected/plperl_elog_1.out        | 13 -------------
src/pl/plperl/expected/plperl_unicode.out       | 18 ++++++++++++++++++
src/pl/plperl/expected/plperl_unicode_1.out     | 10 ++++++++++
src/pl/plperl/sql/plperl_elog.sql               | 15 ---------------
src/pl/plperl/sql/plperl_unicode.sql            | 19 +++++++++++++++++++
src/pl/plpython/expected/plpython_unicode.out   | 13 +++++++++----
src/pl/plpython/expected/plpython_unicode_1.out | 12 ++++++++++++
src/pl/plpython/sql/plpython_unicode.sql        | 13 +++++++++----
src/pl/tcl/expected/pltcl_unicode.out           | 13 +++++++++----
src/pl/tcl/expected/pltcl_unicode_1.out         | 12 ++++++++++++
src/pl/tcl/sql/pltcl_unicode.sql                | 13 +++++++++----
13 files changed, 108 insertions(+), 58 deletions(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread


end of thread, other threads:[~2026-02-26 02:16 UTC | newest]

Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-02-26 02:16 pgsql: EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of fai Noah Misch <[email protected]>
2026-02-26 02:16 pgsql: EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of fai Noah Misch <[email protected]>
2026-02-26 02:16 pgsql: EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of fai Noah Misch <[email protected]>
2026-02-26 02:16 pgsql: EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of fai Noah Misch <[email protected]>
2026-02-26 02:16 pgsql: EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of fai Noah Misch <[email protected]>
2026-02-26 02:16 pgsql: EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of fai Noah Misch <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox