pgsql: Use single quotes in preference to double quotes for protecting

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use single quotes in preference to double quotes for protecting
Date: 2011-06-16 01:46:00
Message-ID: E1QX1ei-0000FD-Ht@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1568fa75bcf393977425ccb73752b98883a9f375

Modified Files
--------------
src/Makefile.global.in | 4 ++--
src/Makefile.shlib | 2 +-
src/backend/Makefile | 20 ++++++++++----------
src/interfaces/ecpg/test/Makefile | 6 +++---
src/makefiles/Makefile.aix | 4 ++--
src/test/isolation/Makefile | 2 +-
6 files changed, 19 insertions(+), 19 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2011-06-16 09:17:35 pgsql: Respect Hot Standby controls while recycling btree index pages.
Previous Message Tom Lane 2011-06-15 23:06:52 pgsql: Rework parsing of ConstraintAttributeSpec to improve NOT VALID h