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

Commit3955cae

Browse files
committed
Fix regression test handling of test_decoding with MSVC
The set of scripts in charge of running the regression tests for MSVCrun currently under the assumption that only $(top_builddir) can used inoption values defined in REGRESS_OPTS, and those options need to have aspecific format as well to be correctly parsed, so fix the Makefilevalues so as those are correctly set.Per complains from buildfarm member dory and whelk, with some extratesting done on my side with MSVC to check this patch.
1 parentb0b1f41 commit3955cae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎contrib/test_decoding/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ REGRESS = ddl xact rewrite toast permissions decoding_in_xact \
1111
ISOLATION = mxact delayed_startup ondisk_startup concurrent_ddl_dml\
1212
oldest_xmin snapshot_transfer
1313

14-
REGRESS_OPTS = --temp-config$(top_srcdir)/contrib/test_decoding/logical.conf
15-
ISOLATION_OPTS = --temp-config$(top_srcdir)/contrib/test_decoding/logical.conf
14+
REGRESS_OPTS = --temp-config=$(top_builddir)/contrib/test_decoding/logical.conf
15+
ISOLATION_OPTS = --temp-config=$(top_builddir)/contrib/test_decoding/logical.conf
1616

1717
# Disabled because these tests require "wal_level=logical", which
1818
# typical installcheck users do not have (e.g. buildfarm clients).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp