diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2017-05-12 06:41:23 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2017-05-12 06:41:23 -0400 |
commit | 734cb4c2e7de92972c01b6339a3e15ac4bc605dd (patch) | |
tree | 4dce38a95abe27bf57a3a2bec68b08f41c54a3a9 /src/backend/access/transam/transam.c | |
parent | 024711bb544645c8b1061e9f02b261e2e336981d (diff) | |
download | postgresql-734cb4c2e7de92972c01b6339a3e15ac4bc605dd.tar.gz postgresql-734cb4c2e7de92972c01b6339a3e15ac4bc605dd.zip |
Avoid tests which crash the calling process on Windows
Certain recovery tests use the Perl IPC::Run module's start/kill_kill
method of processing. On at least some versions of perl this causes the
whole process and its caller to crash. If we ever find a better way of
doing these tests they can be re-enabled on this platform. This does not
affect Mingw or Cygwin builds, which use a different perl and a
different shell and so are not affected.
Diffstat (limited to 'src/backend/access/transam/transam.c')
0 files changed, 0 insertions, 0 deletions