pgsql: Generate a locale-agnostic initdb template

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Generate a locale-agnostic initdb template
Date: 2023-08-29 16:10:48
Message-ID: E1qb1Im-001YCy-40@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Generate a locale-agnostic initdb template

Fixup for 252dcb32397f.

Without this, the "template" data directory created in the initial test
steps uses a non-C locale, upsetting numerous tests that rely on parsing
English error messages.

Discussion: https://postgr.es/m/CAFj8pRB=XVWC0orWu0FbjrmyOpAMLqJiau80YyQOYQPfMj8Xxw@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
meson.build | 2 +-
src/Makefile.global.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2023-08-29 16:14:23 pgsql: psql/t/001_basic: use locale-aware decimals in new test
Previous Message Peter Eisentraut 2023-08-29 13:38:10 pgsql: Rename logical_replication_mode to debug_logical_replication_str