Looks like we can't test NLS on machines that lack any es_ES locale.
Tom Lane <tgl@sss.pgh.pa.us>
Looks like we can't test NLS on machines that lack any es_ES locale. While commit 5b275a6e1 fixed a few unhappy buildfarm animals, it looks like the remainder simply don't have any es_ES locale at all. There's little point in running the test in that case, so minimize the number of variant expected-files by bailing out. Also emit a log entry so that it's possible to tell from buildfarm postmaster logs which case occurred. Possibly, the scope of this testing could be improved by providing additional translations. But I think it's likely that the failing animals have no non-C locales installed at all. In passing, update typedefs.list so that koel doesn't think regress.c is misformatted. Discussion: https://postgr.es/m/E1vUpNU-000kcQ-1D@gemulon.postgresql.org
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/nls_1.out | modified | +10 −0 |
| src/test/regress/expected/nls_2.out | added | +35 −0 |
| src/test/regress/expected/nls.out | modified | +10 −0 |
| src/test/regress/sql/nls.sql | modified | +12 −0 |
| src/tools/pgindent/typedefs.list | modified | +2 −0 |
Discussion
Cited messages not in the archive:
E1vUpNU-000kcQ-1D@gemulon.postgresql.org