pgsql: Fix object name clash in recently introduced test

Поиск
Список
Период
Сортировка
От Amit Langote
Тема pgsql: Fix object name clash in recently introduced test
Дата
Msg-id E1rxNBK-002egp-Fb@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix object name clash in recently introduced test

c0fc0751862 wasn't careful about naming the DOMAIN used in some new
tests in sqljson_queryfunc.sql so as not to clash with the name of a
DOMAIN used in the nearby sqljson_jsontable.sql.  Fix by using a
different name for the newly added DOMAIN in sqljson_queryfuncs.sql.

Per buildfarm members canebrake and urutu.

Discussion: https://postgr.es/m/CA+HiwqEjkbDxqqD3VJamc6R9+B102H7=SFYYOM7gKrxzJO35TQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2c7cea5a8e741b7f7f9f12700d59b49b376301a1

Modified Files
--------------
src/test/regress/expected/sqljson_queryfuncs.out | 18 +++++++++---------
src/test/regress/sql/sqljson_queryfuncs.sql      | 14 +++++++-------
2 files changed, 16 insertions(+), 16 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: pgsql: SQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTY
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Update src/tools/pginclude/README to match recent changes to cpl