Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
5b447ad3
Commit
5b447ad3
authored
Dec 30, 2014
by
Alvaro Herrera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix object_address expected output
Per pink buildfarm
parent
3f88672a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
src/test/regress/expected/object_address.out
src/test/regress/expected/object_address.out
+7
-7
No files found.
src/test/regress/expected/object_address.out
View file @
5b447ad3
...
...
@@ -171,12 +171,12 @@ WARNING: error for table constraint,{addr_nsp,zwei},{}: relation "addr_nsp" doe
WARNING: error for table constraint,{addr_nsp,zwei},{integer}: relation "addr_nsp" does not exist
WARNING: error for table constraint,{eins,zwei,drei},{}: schema "eins" does not exist
WARNING: error for table constraint,{eins,zwei,drei},{integer}: schema "eins" does not exist
WARNING: error for domain constraint,{eins},{}:
name list length must be at least 2
WARNING: error for domain constraint,{eins},{integer}:
name list length must be at least 2
WARNING: error for domain constraint,{addr_nsp,zwei},{}:
type "addr_nsp" does not exist
WARNING: error for domain constraint,{addr_nsp,zwei},{integer}:
type "addr_nsp" does not exist
WARNING: error for domain constraint,{eins,zwei,drei},{}:
schema "eins" does not exist
WARNING: error for domain constraint,{eins,zwei,drei},{integer}:
schema "eins" does not exist
WARNING: error for domain constraint,{eins},{}:
argument list length must be exactly 1
WARNING: error for domain constraint,{eins},{integer}:
type "eins" does not exist
WARNING: error for domain constraint,{addr_nsp,zwei},{}:
name list length must be exactly 1
WARNING: error for domain constraint,{addr_nsp,zwei},{integer}:
name list length must be exactly 1
WARNING: error for domain constraint,{eins,zwei,drei},{}:
name list length must be exactly 1
WARNING: error for domain constraint,{eins,zwei,drei},{integer}:
name list length must be exactly 1
WARNING: error for conversion,{eins},{}: conversion "eins" does not exist
WARNING: error for conversion,{eins},{integer}: conversion "eins" does not exist
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
('cast', '{int8}', '{int4}'),
('collation', '{default}', '{}'),
('table constraint', '{addr_nsp, gentable, a_chk}', '{}'),
('domain constraint', '{addr_nsp
, gendomain, domconstr}', '{
}'),
('domain constraint', '{addr_nsp
.gendomain}', '{domconstr
}'),
('conversion', '{pg_catalog, ascii_to_mic}', '{}'),
('default value', '{addr_nsp, gentable, b}', '{}'),
('language', '{plpgsql}', '{}'),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment