postgresql/contrib/basebackup_to_shell
Andres Freund a91242b1bc 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 027fa0fd72
2022-07-18 10:32:15 -07:00
..
t Deal with paths containing \ and spaces in basebackup_to_shell tests 2022-07-18 10:32:15 -07:00
.gitignore Add .gitignore for basebackup_to_shell. 2022-03-30 19:59:44 -04:00
Makefile basebackup_to_shell: Add TAP test. 2022-03-30 15:47:02 -04:00
basebackup_to_shell.c Remove now superfluous declarations of dlsym()ed symbols. 2022-07-17 17:29:32 -07:00