Re: psql tests hangs
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: Kirk Wolak <wolakk@gmail.com>, Daniel Gustafsson <daniel@yesql.se>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-05-11T19:30:22Z
Lists: pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes: >> Stranger things, but is LANG case sensitive, or formatted differently? > I don't think so encoding is case sensitive - I am not sure, but minimally > ncurses applications works without any problems, and ncurses is very locale > sensitive > $ LANG=cs_CZ.utf8 make check > doesn't help Right, glibc is pretty forgiving about the spelling of the encoding part of a locale identifier. I did try Pavel's spelling cs_CZ.UTF-8 on my box, and that also works fine here. It's hard to believe that any meaningful changes were made in this area between F37 and F38, though. I'm now wondering about relevant packages being installed on one box and not the other... 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