aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-07-09 16:47:39 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-07-09 16:47:39 -0400
commit02a898b00cd9f7175691b58fb567b51a53bdaad2 (patch)
treeecc4c387858a079fca7eebe8fe45f33617bb7893 /src/backend/access/gist
parent2dc7da91054ee5135fae35fafe60bf2803d4d836 (diff)
downloadpostgresql-02a898b00cd9f7175691b58fb567b51a53bdaad2.tar.gz
postgresql-02a898b00cd9f7175691b58fb567b51a53bdaad2.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')
0 files changed, 0 insertions, 0 deletions