Use single quotes in preference to double quotes for protecting pathnames.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |