Skip psql's TAP test for query cancellation entirely on Windows

Michael Paquier <michael@paquier.xyz>

Commit: 75b4f930d5db097e2db7ce5235476c1bf6f70da4
Author: Michael Paquier <michael@paquier.xyz>
Date: 2023-09-13T00:53:54Z
Releases: 15.5
Skip psql's TAP test for query cancellation entirely on Windows

This changes 020_cancel.pl so as the test is entirely skipped on
Windows.  This test was already doing nothing under WIN32, except
initializing and starting a node without using it so this shaves a few
test cycles.

Author: Yugo NAGATA
Reviewed-by: Fabien Coelho
Discussion: https://postgr.es/m/20230810125935.22c2922ea5250ba79358965b@sraoss.co.jp
Backpatch-through: 15

Files

PathChange+/−
src/bin/psql/t/020_cancel.pl modified +59 −59

Discussion