]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Account for IPC::Run::result() Windows behavior change.
authorNoah Misch <noah@leadboat.com>
Thu, 17 Nov 2022 15:35:06 +0000 (07:35 -0800)
committerNoah Misch <noah@leadboat.com>
Thu, 17 Nov 2022 15:36:45 +0000 (07:36 -0800)
commitaaf28c90654425c2e94dc2c8b2d0d8d971483c7e
tree8ea9ad0541027dc3231dec25aa188fbf123ac5aa
parent9693f190076ec04fd06d63ab00ba4d0383515b7c
Account for IPC::Run::result() Windows behavior change.

This restores compatibility with the not-yet-released successor of
version 20220807.0.  Back-patch to 9.4, which introduced this code.

Reviewed by Andrew Dunstan.

Discussion: https://postgr.es/m/20221117061805.GA4020280@rfd.leadboat.com
src/test/perl/TestLib.pm