diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-07-09 16:47:39 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-07-09 16:47:39 -0400 |
commit | f80395ca1f95dde1d5e0eabcab148b3645bcb6ec (patch) | |
tree | 2b93498ad97b0749909080a31f18dafab91f3a53 /src/backend/access/gist/gistproc.c | |
parent | fead79407a601845b97ed74b8de9e8c865f5eba0 (diff) | |
download | postgresql-f80395ca1f95dde1d5e0eabcab148b3645bcb6ec.tar.gz postgresql-f80395ca1f95dde1d5e0eabcab148b3645bcb6ec.zip |
Fix TAP tests and MSVC scripts for pathnames with spaces.
Change assorted places in our Perl code that did things like
system("prog $path/file");
to do it more like
system('prog', "$path/file");
which is safe against spaces and other special characters in the path
variable. The latter was already the prevailing style, but a few bits
of code hadn't gotten this memo. Back-patch to 9.4 as relevant.
Michael Paquier, Kyotaro Horiguchi
Discussion: <20160704.160213.111134711.horiguchi.kyotaro@lab.ntt.co.jp>
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions