Re: pgsql: Revert "Avoid requiring Spanish locale to test NLS infrastructur - Mailing list pgsql-hackers

From Christoph Berg
Subject Re: pgsql: Revert "Avoid requiring Spanish locale to test NLS infrastructur
Date
Msg-id aUKajb3EXMWcupbv@msg.df7cb.de
Whole thread Raw
Responses Re: pgsql: Revert "Avoid requiring Spanish locale to test NLS infrastructur
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Mihail Nikalayeu
Date:
Subject: Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
Next
From: Bertrand Drouvot
Date:
Subject: Re: Fix memory leak in gist_page_items() of pageinspect