pgsql: psql/t/001_basic: use locale-aware decimals in new test

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql/t/001_basic: use locale-aware decimals in new test
Date: 2023-08-29 16:14:23
Message-ID: E1qb1ME-001YEa-Qh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql/t/001_basic: use locale-aware decimals in new test

As cd82e5c79d14 did. Otherwise, the test fails in locales that use
decimal separators other than ".".

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8421f6bce16cd1d58106f47e48762319e7d22ab0

Modified Files
--------------
src/bin/psql/t/001_basic.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2023-08-29 16:27:54 pgsql: Perl: Remove useless lines
Previous Message Alvaro Herrera 2023-08-29 16:10:48 pgsql: Generate a locale-agnostic initdb template