Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2ee471d

Browse files
committed
Revert "Add XID offset to the TAP tests"
This reverts commit a8e2958.
1 parent 347e7c6 commit 2ee471d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/perl/PostgresNode.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ sub init
397397
mkdir $self->backup_dir;
398398
mkdir $self->archive_dir;
399399

400-
TestLib::system_or_bail('initdb', '-D', $pgdata, '-A', 'trust', '-N', '-x', '4294967296', '-m', '4294967296');
400+
TestLib::system_or_bail('initdb', '-D', $pgdata, '-A', 'trust', '-N');
401401
TestLib::system_or_bail($ENV{PG_REGRESS}, '--config-auth', $pgdata);
402402

403403
open my $conf, ">>$pgdata/postgresql.conf";

0 commit comments

Comments
 (0)