pgsql: Fix object name clash in recently introduced test

From: Amit Langote <amitlan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix object name clash in recently introduced test
Date: 2024-04-18 08:31:47
Message-ID: E1rxNBK-002egp-Fb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Christoph Berg 2024-04-18 08:54:18 Re: pgsql: meson: Add initial version of meson based build system
Previous Message Amit Langote 2024-04-18 08:15:50 Re: pgsql: SQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTY