aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2021-09-17 09:11:47 +0900
committerMichael Paquier <michael@paquier.xyz>2021-09-17 09:11:47 +0900
commit5adb06732d7fac8171609392ea83f18bc8f285f4 (patch)
tree9b8a0faad1de15c05cc23cf1b2e812b0bfa53d1f /src/backend/tcop/postgres.c
parent3f50b82639637c9908afa2087de7588450aa866b (diff)
downloadpostgresql-5adb06732d7fac8171609392ea83f18bc8f285f4.tar.gz
postgresql-5adb06732d7fac8171609392ea83f18bc8f285f4.zip
Disable test for postgres -C on Msys
The output generated on Msys is incorrect because of the different way IPC::Run processes outputs with native Perl (converts natively \r\n to \n) and Msys perl (\r\n kept as-is), causing this test to fail. For now, just disable the test to bring the buildfarm to a green state. I think that the correct long-term solution would be to tweak all the routines command_checks_* in PostgresNode.pm to handle this output like psql does when using Msys, by discarding \r automatically before comparing it. Per report from jacana and fairywren. Thanks to Tom Lane for the ping. Discussion: https://postgr.es/m/1252480.1631829409@sss.pgh.pa.us
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions