Re: pgsql: Revert "Avoid requiring Spanish locale to test NLS infrastructur

Christoph Berg <myon@debian.org>

From: Christoph Berg <myon@debian.org>
To: pgsql-hackers@lists.postgresql.org
Date: 2025-12-17T11:57:01Z
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 →
  1. Rename regress.so's .mo file to postgresql-regress-VERSION.mo.

  2. Revert "Avoid requiring Spanish locale to test NLS infrastructure."

  3. Avoid requiring Spanish locale to test NLS infrastructure.

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