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-10 13:54:42
Message-ID: 4032363.1681134882@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 test still fails under the following conditions:

> $ env | grep UTF-8
> LANG=en_US.UTF-8
> LC_ALL=en_US.UTF-8
> LC_NUMERIC=ru_RU.UTF-8

Hmm, so psql is honoring the LC_NUMERIC setting in that environment,
but perl isn't. For me, it appears that adding 'use locale;' to
the test script will fix it ... can you confirm if it's OK for you?

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Aleksander Alekseev 2023-04-10 14:30:00 Re: pgsql: psql: add an optional execution-count limit to \watch.
Previous Message Aleksander Alekseev 2023-04-10 12:48:57 Re: pgsql: psql: add an optional execution-count limit to \watch.

Browse pgsql-hackers by date

  From Date Subject
Next Message Zhang Mingli 2023-04-10 13:56:29 Re: Fix the miss consideration of tuple_fraction during add_paths_to_append_rel
Previous Message Aleksander Alekseev 2023-04-10 12:48:57 Re: pgsql: psql: add an optional execution-count limit to \watch.