]> granicus.if.org Git - postgresql/commit
Fix regression test handling of test_decoding with MSVC
authorMichael Paquier <michael@paquier.xyz>
Mon, 26 Nov 2018 01:49:49 +0000 (10:49 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 26 Nov 2018 01:49:49 +0000 (10:49 +0900)
commit3955cae0c5241f5a67b15a3da2cd524c3839f8c9
tree6166f3dc6efa1c2cf02bdaf177f0918559b40802
parentb0b1f4183aa416d30afe35c5bef83d3e21f9b574
Fix regression test handling of test_decoding with MSVC

The set of scripts in charge of running the regression tests for MSVC
run currently under the assumption that only $(top_builddir) can used in
option values defined in REGRESS_OPTS, and those options need to have a
specific format as well to be correctly parsed, so fix the Makefile
values so as those are correctly set.

Per complains from buildfarm member dory and whelk, with some extra
testing done on my side with MSVC to check this patch.
contrib/test_decoding/Makefile