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

From Tom Lane
Subject Re: pgsql: psql: add an optional execution-count limit to \watch.
Date
Msg-id 4032363.1681134882@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: psql: add an optional execution-count limit to \watch.  (Aleksander Alekseev <aleksander@timescale.com>)
Responses Re: pgsql: psql: add an optional execution-count limit to \watch.
List pgsql-committers
Aleksander Alekseev <aleksander@timescale.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



pgsql-committers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: pgsql: psql: add an optional execution-count limit to \watch.
Next
From: Aleksander Alekseev
Date:
Subject: Re: pgsql: psql: add an optional execution-count limit to \watch.