File tree 2 files changed +2
-8
lines changed 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 12
12
$master -> append_conf(' postgresql.conf' , qq(
13
13
max_prepared_transactions = 30
14
14
log_checkpoints = true
15
+ track_global_snapshots = on
15
16
postgres_fdw.use_global_snapshots = on
16
17
postgres_fdw.use_twophase = on
17
18
) );
Original file line number Diff line number Diff line change 12
12
$master -> append_conf(' postgresql.conf' , qq(
13
13
max_prepared_transactions = 30
14
14
log_checkpoints = true
15
+ track_global_snapshots = on
15
16
postgres_fdw.use_global_snapshots = on
16
17
postgres_fdw.use_twophase = on
17
18
) );
25
26
) );
26
27
$shard1 -> start;
27
28
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
-
36
29
# ##############################################################################
37
30
38
31
$master -> psql(' postgres' , " CREATE EXTENSION postgres_fdw" );
You can’t perform that action at this time.
0 commit comments