Deal with paths containing \ and spaces in basebackup_to_shell tests
authorAndres Freund <andres@anarazel.de>
Mon, 18 Jul 2022 17:14:43 +0000 (10:14 -0700)
committerAndres Freund <andres@anarazel.de>
Mon, 18 Jul 2022 17:32:15 +0000 (10:32 -0700)
commita91242b1bcb312d6f482a758a432a32bd375896e
tree99717514372c10680039d69351ad7676e31d564a
parent0df4eb3f708626ba3b0fdfab5afccf785e5e945c
Deal with paths containing \ and spaces in basebackup_to_shell tests

As $gzip is embedded in postgresql.conf \ needs to be escaped, otherwise guc.c
will take it as a string escape. Similarly, if "$gzip" contains spaces, the
prior incantation will fail. Both of these are common on windows.

Reviewed-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Discussion: https://postgr.es/m/ce1b6eb3-5736-6f38-9775-b7020128b8d8@enterprisedb.com
Backpatch: 15-, where the test was added in 027fa0fd726
contrib/basebackup_to_shell/t/001_basic.pl