aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeForeignscan.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2022-06-08 11:24:06 +0900
committerMichael Paquier <michael@paquier.xyz>2022-06-08 11:24:06 +0900
commitca899d98b4aa50d80df9232c5c6ea9e4038cdf48 (patch)
treef917e3b130f7f3203a0969f420f47d710bb9b420 /src/backend/executor/nodeForeignscan.c
parent4fff78f00910af0137f9de7532f8eb21d08ab1c3 (diff)
downloadpostgresql-ca899d98b4aa50d80df9232c5c6ea9e4038cdf48.tar.gz
postgresql-ca899d98b4aa50d80df9232c5c6ea9e4038cdf48.zip
Fix portability issue in TAP tests of psql for locales
Some locales use a comma as decimal separator (like Czech or French), and psql's 001_basic.pl for \timing was not able to handle that properly. This fixes the matching regexes to be able to handle both comma and dot as possible decimal separators, as per a suggestion from Andrew Dunstan. psql tests were the only place with such a portability issue (check-world passed here with a forced LANG/LANGUAGE). These tests are new as of c0280bc, so there is no need for a backpatch. Reported-by: Pavel Stehule Discussion: https://postgr.es/m/CAFj8pRBz8iQmd2aOaCLvO-rJY6vZr-h6Q0qvV0J+yb78J7uiaA@mail.gmail.com
Diffstat (limited to 'src/backend/executor/nodeForeignscan.c')
0 files changed, 0 insertions, 0 deletions