Re: pgsql: Revert "Avoid requiring Spanish locale to test NLS infrastructur
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Christoph Berg <myon@debian.org>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2025-12-17T15:29:31Z
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
Christoph Berg <myon@debian.org> writes: > 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.) Hm. I don't really care to revisit the decision not to install regress.so. OTOH, if we don't install the .mo file, "make installcheck" will not work, which is surely a nonstarter. (Also, I see no provisions in either build system to build a non-installed .mo file.) Is it possible to override that packaging complaint? regards, tom lane