Re: pgsql: Revert "Avoid requiring Spanish locale to test NLS infrastructur
Christoph Berg <myon@debian.org>
From: Christoph Berg <myon@debian.org>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-committers@lists.postgresql.org
Date: 2025-12-17T11:36:50Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Rename regress.so's .mo file to postgresql-regress-VERSION.mo.
- 5b4fb2b97d2d 19 (unreleased) landed
-
Revert "Avoid requiring Spanish locale to test NLS infrastructure."
- 84a3778c79c2 19 (unreleased) cited
-
Avoid requiring Spanish locale to test NLS infrastructure.
- 7db6809ced44 19 (unreleased) cited
Re: Tom Lane > src/test/regress/po/es.po | 159 +++++++++++++++++++++++++++++++++++ The Debian package builds are complaining that there is now a usr/share/locale/es/LC_MESSAGES/regress-19.mo file that needs sorting into one of the .deb packages. Since regress.so itself doesn't get installed by autoconf's Makefiles, shouldn't that .mo file not get installed either? (Or resolve it the other way round and install both.) Christoph