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

Поиск
Список
Период
Сортировка
От Dean Rasheed
Тема [COMMITTERS] pgsql: Make the new partition regression tests locale-independent.
Дата
Msg-id E1dYU7B-0004A3-UE@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Use MINVALUE/MAXVALUE instead of UNBOUNDEDfor range partition b
Следующее
От: Teodor Sigaev
Дата:
Сообщение: [COMMITTERS] pgsql: Fix double shared memory allocation.