Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf18a8ae

Browse files
committed
Forgot to add new 'track_global_snapshots' option to postgres_fdw TAP tests.
1 parentca59913 commitf18a8ae

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)

[8]ページ先頭

©2009-2025 Movatter.jp