Use single quotes in preference to double quotes for protecting pathnames.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1568fa75bcf393977425ccb73752b98883a9f375
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-06-16T01:45:23Z
Releases: 9.2.0
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.

Files

PathChange+/−
src/backend/Makefile modified +10 −10
src/interfaces/ecpg/test/Makefile modified +3 −3
src/Makefile.global.in modified +2 −2
src/Makefile.shlib modified +1 −1
src/makefiles/Makefile.aix modified +2 −2
src/test/isolation/Makefile modified +1 −1