Avoid locale-dependent output in numericlocale check.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 26 Nov 2018 20:30:11 +0000 (15:30 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 26 Nov 2018 20:30:24 +0000 (15:30 -0500)
commit95dcb8fc0580c7b1c5f480b3ecaf81c5fc9801ba
treef7d333b8dab8e181cb6478492a0cc4b466979bc2
parent67ed3b9d73abf7d151fe5dcf9e552564b35f2c54
Avoid locale-dependent output in numericlocale check.

I'd forgotten that in the buildfarm, parts of the regression tests
may run with psql exposed to a non-default LC_NUMERIC setting.
Hence we can't assume that C locale prevails, nor is there any
accessible way to force the setting for this single test step.
Lobotomize the test case added by commit 9a98984f4 so that it covers as
much as we can of print.c without having any locale-varying output.
src/test/regress/expected/psql.out
src/test/regress/sql/psql.sql