diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-06-14 21:28:21 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-06-14 21:28:21 -0400 |
commit | ffbe9dec13599fa786ea6567df1c6a3f3ee3c673 (patch) | |
tree | 39db48b1580ef796d3e6d81619bc45f468c1a9ac /src | |
parent | 5f1df62a459b51ab3bb625a0ee5e655429254257 (diff) | |
download | postgresql-ffbe9dec13599fa786ea6567df1c6a3f3ee3c673.tar.gz postgresql-ffbe9dec13599fa786ea6567df1c6a3f3ee3c673.zip |
Remove orphaned expected-result file.
This should have been removed in 43e084197, which removed the
corresponding spec file. Noted while fooling about with the
isolationtester.
Diffstat (limited to 'src')
-rw-r--r-- | src/test/isolation/expected/insert-conflict-toast_1.out | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/test/isolation/expected/insert-conflict-toast_1.out b/src/test/isolation/expected/insert-conflict-toast_1.out deleted file mode 100644 index 18346162b7e..00000000000 --- a/src/test/isolation/expected/insert-conflict-toast_1.out +++ /dev/null @@ -1,15 +0,0 @@ -Parsed test spec with 3 sessions - -starting permutation: s2insert s3insert s1commit -pg_advisory_xact_lock - - -step s2insert: - INSERT INTO ctoast (key, val) VALUES (1, ctoast_large_val()) ON CONFLICT DO NOTHING; - <waiting ...> -step s3insert: - INSERT INTO ctoast (key, val) VALUES (1, ctoast_large_val()) ON CONFLICT DO NOTHING; - <waiting ...> -step s1commit: COMMIT; -step s3insert: <... completed> -step s2insert: <... completed> |