File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1212$master -> append_conf(' postgresql.conf' , qq(
1313 max_prepared_transactions = 30
1414 log_checkpoints = true
15+ track_global_snapshots = on
1516 postgres_fdw.use_global_snapshots = on
1617 postgres_fdw.use_twophase = on
1718) );
Original file line number Diff line number Diff line change 1212$master -> append_conf(' postgresql.conf' , qq(
1313 max_prepared_transactions = 30
1414 log_checkpoints = true
15+ track_global_snapshots = on
1516 postgres_fdw.use_global_snapshots = on
1617 postgres_fdw.use_twophase = on
1718) );
2526) );
2627$shard1 -> start;
2728
28- # my $shard2 = get_new_node("shard2");
29- # $shard2->init;
30- # $shard2->append_conf('postgresql.conf', qq(
31- # max_prepared_transactions = 30
32- # log_checkpoints = true
33- # ));
34- # $shard2->start;
35-
3629# ##############################################################################
3730
3831$master -> psql(' postgres' , " CREATE EXTENSION postgres_fdw" );
You can’t perform that action at this time.
0 commit comments