Skip to content

Commit 1586977

Browse files
committed
Fix answer for export_distributed_snapshot
1 parent c4e598e commit 1586977

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/isolation2/expected/export_distributed_snapshot.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ BEGIN
390390
-- Open another utility mode connection and set the snapshot
391391
! TOKEN=$(find ${COORDINATOR_DATA_DIRECTORY}/pg_snapshots/ -name "0*" -exec basename {} \;) \ && echo ${TOKEN} \ && PGOPTIONS='-c gp_role=utility' psql postgres -Atc "BEGIN TRANSACTION ISOLATION LEVEL REPEATABLE READ; SET TRANSACTION SNAPSHOT '${TOKEN}';";
392392
0000000A-0000000E-1
393+
BEGIN
393394
SET
394395

395396

0 commit comments

Comments
 (0)