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
8bd42fe5
Commit
8bd42fe5
authored
Aug 14, 2015
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused expected-output file.
parent
5243a358
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
41 deletions
+0
-41
src/test/isolation/expected/fk-delete-insert.out
src/test/isolation/expected/fk-delete-insert.out
+0
-41
No files found.
src/test/isolation/expected/fk-delete-insert.out
deleted
100644 → 0
View file @
5243a358
Parsed test spec with 2 sessions
starting permutation: s1d s1c s2i s2c
step s1d: DELETE FROM A WHERE AID = 1;
step s1c: COMMIT;
step s2i: INSERT INTO B (BID,AID,Col2) VALUES (2,1,0);
ERROR: insert or update on table "b" violates foreign key constraint "b_aid_fkey"
step s2c: COMMIT;
starting permutation: s1d s2i s1c s2c
step s1d: DELETE FROM A WHERE AID = 1;
step s2i: INSERT INTO B (BID,AID,Col2) VALUES (2,1,0); <waiting ...>
step s1c: COMMIT;
step s2i: <... completed>
error in steps s1c s2i: ERROR: insert or update on table "b" violates foreign key constraint "b_aid_fkey"
step s2c: COMMIT;
starting permutation: s1d s2i s2c s1c
step s1d: DELETE FROM A WHERE AID = 1;
step s2i: INSERT INTO B (BID,AID,Col2) VALUES (2,1,0); <waiting ...>
invalid permutation detected
starting permutation: s2i s1d s1c s2c
step s2i: INSERT INTO B (BID,AID,Col2) VALUES (2,1,0);
step s1d: DELETE FROM A WHERE AID = 1; <waiting ...>
invalid permutation detected
starting permutation: s2i s1d s2c s1c
step s2i: INSERT INTO B (BID,AID,Col2) VALUES (2,1,0);
step s1d: DELETE FROM A WHERE AID = 1; <waiting ...>
step s2c: COMMIT;
step s1d: <... completed>
error in steps s2c s1d: ERROR: update or delete on table "a" violates foreign key constraint "b_aid_fkey" on table "b"
step s1c: COMMIT;
starting permutation: s2i s2c s1d s1c
step s2i: INSERT INTO B (BID,AID,Col2) VALUES (2,1,0);
step s2c: COMMIT;
step s1d: DELETE FROM A WHERE AID = 1;
ERROR: update or delete on table "a" violates foreign key constraint "b_aid_fkey" on table "b"
step s1c: COMMIT;
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