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
f1e1634e
Commit
f1e1634e
authored
Jan 11, 2000
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oid8 => oidvector in alter_table regress test
parent
41f17e67
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/test/regress/expected/alter_table.out
src/test/regress/expected/alter_table.out
+2
-2
src/test/regress/sql/alter_table.sql
src/test/regress/sql/alter_table.sql
+2
-2
No files found.
src/test/regress/expected/alter_table.out
View file @
f1e1634e
...
...
@@ -17,7 +17,7 @@ ALTER TABLE tmp ADD COLUMN k dt;
ERROR: Unable to locate type name 'dt' in catalog
ALTER TABLE tmp ADD COLUMN l tid;
ALTER TABLE tmp ADD COLUMN m xid;
ALTER TABLE tmp ADD COLUMN n oid
8
;
ALTER TABLE tmp ADD COLUMN n oid
vector
;
--ALTER TABLE tmp ADD COLUMN o lock;
ALTER TABLE tmp ADD COLUMN p smgr;
ALTER TABLE tmp ADD COLUMN q point;
...
...
@@ -63,7 +63,7 @@ ALTER TABLE tmp ADD COLUMN k dt;
ERROR: Unable to locate type name 'dt' in catalog
ALTER TABLE tmp ADD COLUMN l tid;
ALTER TABLE tmp ADD COLUMN m xid;
ALTER TABLE tmp ADD COLUMN n oid
8
;
ALTER TABLE tmp ADD COLUMN n oid
vector
;
--ALTER TABLE tmp ADD COLUMN o lock;
ALTER TABLE tmp ADD COLUMN p smgr;
ALTER TABLE tmp ADD COLUMN q point;
...
...
src/test/regress/sql/alter_table.sql
View file @
f1e1634e
...
...
@@ -31,7 +31,7 @@ ALTER TABLE tmp ADD COLUMN l tid;
ALTER
TABLE
tmp
ADD
COLUMN
m
xid
;
ALTER
TABLE
tmp
ADD
COLUMN
n
oid
8
;
ALTER
TABLE
tmp
ADD
COLUMN
n
oid
vector
;
--ALTER TABLE tmp ADD COLUMN o lock;
ALTER
TABLE
tmp
ADD
COLUMN
p
smgr
;
...
...
@@ -100,7 +100,7 @@ ALTER TABLE tmp ADD COLUMN l tid;
ALTER
TABLE
tmp
ADD
COLUMN
m
xid
;
ALTER
TABLE
tmp
ADD
COLUMN
n
oid
8
;
ALTER
TABLE
tmp
ADD
COLUMN
n
oid
vector
;
--ALTER TABLE tmp ADD COLUMN o lock;
ALTER
TABLE
tmp
ADD
COLUMN
p
smgr
;
...
...
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