[COMMITTERS] pgsql: Make the new partition regression tests locale-independent. - Mailing list pgsql-committers

From Dean Rasheed
Subject [COMMITTERS] pgsql: Make the new partition regression tests locale-independent.
Date
Msg-id E1dYU7B-0004A3-UE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make the new partition regression tests locale-independent.

The order of partitions listed by \d+ is in general locale-dependent.
Rename the partitions in the test added by d363d42bb9 to force them to
be listed in a consistent order.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/68f785fd522bca9372cce965ac10cbd8c239c076

Modified Files
--------------
src/test/regress/expected/insert.out | 90 ++++++++++++++++++------------------
src/test/regress/sql/insert.sql      | 32 ++++++-------
2 files changed, 61 insertions(+), 61 deletions(-)


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: [COMMITTERS] pgsql: Use MINVALUE/MAXVALUE instead of UNBOUNDEDfor range partition b
Next
From: Teodor Sigaev
Date:
Subject: [COMMITTERS] pgsql: Fix double shared memory allocation.