Re: psql tests hangs
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Kirk Wolak <wolakk@gmail.com>
Cc: Pavel Stehule <pavel.stehule@gmail.com>,
Daniel Gustafsson <daniel@yesql.se>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Andrey Borodin <x4mmm@yandex-team.ru>
Date: 2023-05-12T00:08:30Z
Lists: pgsql-hackers
Kirk Wolak <wolakk@gmail.com> writes: > Can you change the 0.01 to just 1 or 0? > I assume it will work then! (and better than a full removal)? IMO the point of that test is largely to exercise this locale-dependent behavior, so I'm very unwilling to dumb it down to that extent. What seems to be happening is that the spawned psql process is making a different choice about what the LC_NUMERIC locale is than its parent perl process did. That seems like it might be a bug in itself, since POSIX is pretty clear about how you're supposed to derive the locale from the relevant environment variables. But maybe it's Perl's bug? regards, tom lane
Commits
-
Tighten usage of PSQL_WATCH_PAGER.
- bc478a0a85bc 15.4 landed
- 51b2c0879886 16.0 landed
-
Add tab-completion for newly added SUBSCRIPTION options.
- 96c498d2f8ce 16.0 cited
-
psql: add an optional execution-count limit to \watch.
- 00beecfe839c 16.0 cited
-
Handle empty or all-blank PAGER setting more sanely in psql.
- 18f8f784cbbf 10.0 cited