pgsql: Make the new partition regression tests locale-independent.

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make the new partition regression tests locale-independent.
Date: 2017-07-21 09:20:53
Message-ID: E1dYU7B-0004A3-UE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2017-07-21 10:31:32 pgsql: Fix double shared memory allocation.
Previous Message Dean Rasheed 2017-07-21 08:36:36 Re: pgsql: Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition b