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

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

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