Re: pgsql: psql: add an optional execution-count limit to \watch.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Aleksander Alekseev <aleksander(at)timescale(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org, Alexander Korotkov <aekorotkov(at)gmail(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: pgsql: psql: add an optional execution-count limit to \watch.
Date: 2023-04-18 17:34:12
Message-ID: 2748103.1681839252@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Aleksander Alekseev <aleksander(at)timescale(dot)com> writes:
>> The attached makes check-world pass for me under these conflicting
>> environment settings, but it's kind of a scary change. Thoughts?

> FWIW my MacOS and Linux laptops have no complaints about the patch.

I realized that we don't actually need to "use locale" in Utils.pm
itself for this to work, which greatly assuages my fears of unexpected
side-effects. Pushed that way; I shall now retire to a safe distance
and watch the buildfarm.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-04-18 18:46:53 pgsql: Update time zone data files to tzdata release 2023c.
Previous Message Peter Geoghegan 2023-04-18 17:33:48 pgsql: Remove useless argument from nbtree dedup function.

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2023-04-18 18:47:21 Re: Fix typos and inconsistencies for v16
Previous Message Aleksander Alekseev 2023-04-18 17:21:14 Re: [PATCH] Compression dictionaries for JSONB