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
4beea550
Commit
4beea550
authored
Oct 24, 2018
by
Andrew Dunstan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in regression test comment
per Michael Banck
parent
040a1df6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/test/regress/expected/fast_default.out
src/test/regress/expected/fast_default.out
+1
-1
src/test/regress/sql/fast_default.sql
src/test/regress/sql/fast_default.sql
+1
-1
No files found.
src/test/regress/expected/fast_default.out
View file @
4beea550
...
...
@@ -728,7 +728,7 @@ SELECT * FROM t;
DROP TABLE t;
-- make sure expanded tuple has correct self pointer
-- it will be required by the RI tigger doing the cascading delete
-- it will be required by the RI t
r
igger doing the cascading delete
CREATE TABLE leader (a int PRIMARY KEY, b int);
CREATE TABLE follower (a int REFERENCES leader ON DELETE CASCADE, b int);
INSERT INTO leader VALUES (1, 1), (2, 2);
...
...
src/test/regress/sql/fast_default.sql
View file @
4beea550
...
...
@@ -472,7 +472,7 @@ SELECT * FROM t;
DROP
TABLE
t
;
-- make sure expanded tuple has correct self pointer
-- it will be required by the RI tigger doing the cascading delete
-- it will be required by the RI t
r
igger doing the cascading delete
CREATE
TABLE
leader
(
a
int
PRIMARY
KEY
,
b
int
);
CREATE
TABLE
follower
(
a
int
REFERENCES
leader
ON
DELETE
CASCADE
,
b
int
);
...
...
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