Re: pgsql: psql: add an optional execution-count limit to \watch.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Anton Voloshin <a.voloshin@postgrespro.ru>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>,
Alexander Korotkov <aekorotkov@gmail.com>,
Andrew Dunstan <andrew@dunslane.net>,
Aleksander Alekseev <aleksander@timescale.com>
Date: 2024-04-26T17:20:26Z
Lists: pgsql-hackers
Anton Voloshin <a.voloshin@postgrespro.ru> writes: > On 26/04/2024 17:38, Anton Voloshin wrote: >> I will try to report this to Perl community later. > Reported under https://github.com/Perl/perl5/issues/22176 Thanks for doing that. > Perl 5.36.3 seems to be fine (latest stable release before 5.38.x). > 5.38.0 and 5.38.2 are broken. If the misbehavior is that new, I'm inclined to do nothing about it, figuring that they'll fix it sooner not later. If we were seeing failures in main-line check-world tests then maybe it'd be worth band-aiding those, but AFAICS we're not. regards, tom lane
Commits
-
Fix Utils.pm's locale-munging so that Perl itself is also affected.
- b124104e73c0 16.0 landed
-
Fix locale-dependent test case.
- cd82e5c79d14 16.0 landed
-
psql: add an optional execution-count limit to \watch.
- 00beecfe839c 16.0 cited