mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Do more cleanup of isolation tests for test_decoding
989d23b
has caused its tests to be broken as the module defines unused
steps, turning the buildfarm red.
This commit is contained in:
@ -26,7 +26,6 @@ step "s0_sub_get_base_snap" { INSERT INTO dummy VALUES (0); }
|
||||
step "s0_insert" { INSERT INTO harvest VALUES (1, 2, 3); }
|
||||
step "s0_end_sub0" { RELEASE SAVEPOINT s0; }
|
||||
step "s0_end_sub1" { RELEASE SAVEPOINT s1; }
|
||||
step "s0_insert2" { INSERT INTO harvest VALUES (1, 2, 3, 4); }
|
||||
step "s0_commit" { COMMIT; }
|
||||
step "s0_get_changes" { SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1'); }
|
||||
|
||||
|
Reference in New Issue
Block a user