Skip to content

Commit 5b447ad

Browse files
committed
Fix object_address expected output
Per pink buildfarm
1 parent 3f88672 commit 5b447ad

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/test/regress/expected/object_address.out

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,12 @@ WARNING: error for table constraint,{addr_nsp,zwei},{}: relation "addr_nsp" doe
171171
WARNING: error for table constraint,{addr_nsp,zwei},{integer}: relation "addr_nsp" does not exist
172172
WARNING: error for table constraint,{eins,zwei,drei},{}: schema "eins" does not exist
173173
WARNING: error for table constraint,{eins,zwei,drei},{integer}: schema "eins" does not exist
174-
WARNING: error for domain constraint,{eins},{}: name list length must be at least 2
175-
WARNING: error for domain constraint,{eins},{integer}: name list length must be at least 2
176-
WARNING: error for domain constraint,{addr_nsp,zwei},{}: type "addr_nsp" does not exist
177-
WARNING: error for domain constraint,{addr_nsp,zwei},{integer}: type "addr_nsp" does not exist
178-
WARNING: error for domain constraint,{eins,zwei,drei},{}: schema "eins" does not exist
179-
WARNING: error for domain constraint,{eins,zwei,drei},{integer}: schema "eins" does not exist
174+
WARNING: error for domain constraint,{eins},{}: argument list length must be exactly 1
175+
WARNING: error for domain constraint,{eins},{integer}: type "eins" does not exist
176+
WARNING: error for domain constraint,{addr_nsp,zwei},{}: name list length must be exactly 1
177+
WARNING: error for domain constraint,{addr_nsp,zwei},{integer}: name list length must be exactly 1
178+
WARNING: error for domain constraint,{eins,zwei,drei},{}: name list length must be exactly 1
179+
WARNING: error for domain constraint,{eins,zwei,drei},{integer}: name list length must be exactly 1
180180
WARNING: error for conversion,{eins},{}: conversion "eins" does not exist
181181
WARNING: error for conversion,{eins},{integer}: conversion "eins" does not exist
182182
WARNING: error for conversion,{addr_nsp,zwei},{}: conversion "addr_nsp.zwei" does not exist
@@ -312,7 +312,7 @@ WITH objects (type, name, args) AS (VALUES
312312
('cast', '{int8}', '{int4}'),
313313
('collation', '{default}', '{}'),
314314
('table constraint', '{addr_nsp, gentable, a_chk}', '{}'),
315-
('domain constraint', '{addr_nsp, gendomain, domconstr}', '{}'),
315+
('domain constraint', '{addr_nsp.gendomain}', '{domconstr}'),
316316
('conversion', '{pg_catalog, ascii_to_mic}', '{}'),
317317
('default value', '{addr_nsp, gentable, b}', '{}'),
318318
('language', '{plpgsql}', '{}'),

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy