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

Commitb8c2076

Browse files
committed
[PBCKP-261] fix configure flags for tests.pgpro2068.BugTest.test_minrecpoint_on_replica
1 parent24a1036 commitb8c2076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎travis/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ cd postgres # Go to postgres dir
4747
if ["$PG_PROBACKUP_PTRACK"="ON" ];then
4848
git apply -3 ../ptrack/patches/${PTRACK_PATCH_PG_BRANCH}-ptrack-core.diff
4949
fi
50-
CFLAGS="-O0" ./configure --prefix=$PGHOME --enable-debug --enable-cassert --enable-depend --enable-tap-tests --enable-nls
50+
CFLAGS="-O0" ./configure --prefix=$PGHOME --enable-debug --enable-cassert --enable-depend --enable-tap-tests --enable-nls --with-python
5151
make -s -j$(nproc) install
5252
#make -s -j$(nproc) -C 'src/common' install
5353
#make -s -j$(nproc) -C 'src/port' install

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp