Generate a locale-agnostic initdb template

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: db6d9891e8e4405f10d9b0bba1ebb6c51c3ab059
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2023-08-29T16:06:55Z
Releases: 17.0
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

Files

PathChange+/−
meson.build modified +1 −1
src/Makefile.global.in modified +1 −1

Discussion