Skip to content

Commit f18a8ae

Browse files
committed
Forgot to add new 'track_global_snapshots' option to postgres_fdw TAP tests.
1 parent ca59913 commit f18a8ae

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

contrib/postgres_fdw/t/001_bank_check.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
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
));

contrib/postgres_fdw/t/002_bank_check_self.pl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
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
));
@@ -25,14 +26,6 @@
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");

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy