Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5b447ad

Browse files
committed
Fix object_address expected output
Per pink buildfarm
1 parent3f88672 commit5b447ad

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 beat 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 beexactly 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)

[8]ページ先頭

©2009-2025 Movatter.jp