]> granicus.if.org Git - postgresql/commit
Use single quotes in preference to double quotes for protecting pathnames.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Jun 2011 01:45:23 +0000 (21:45 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Jun 2011 01:45:50 +0000 (21:45 -0400)
commita969a2f03041cd33bc9f9f75f0b6a1c0f5b921e2
tree40ce3d8cfbf0fdd4aeb1d87fe200ea320c7fda7f
parentd988d92bf0603cdf07a57f57f53a28caf5e951f5
Use single quotes in preference to double quotes for protecting pathnames.

Per recommendation from Peter.  Neither choice is bulletproof, but this
is the existing style and it does help prevent unexpected environment
variable substitution.
src/Makefile.global.in
src/Makefile.shlib
src/backend/Makefile
src/interfaces/ecpg/test/Makefile
src/makefiles/Makefile.aix
src/test/isolation/Makefile