pgsql: Fix overly-aggressive and inconsistent quoting in OS X start scr

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix overly-aggressive and inconsistent quoting in OS X start scr
Date: 2011-11-26 18:02:22
Message-ID: E1RUMZy-0004IQ-Nj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix overly-aggressive and inconsistent quoting in OS X start script.

Sidar Lopez, per bug #6310, with some additional improvements by me.
Back-patch to 9.0, where the issue was introduced.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6c8768c3861d6690656b74676c44ffa63c0e4ef7

Modified Files
--------------
contrib/start-scripts/osx/PostgreSQL | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-11-26 19:27:29 pgsql: Make GiST index searches smarter about queries against empty ran
Previous Message Tom Lane 2011-11-26 17:24:10 Re: [COMMITTERS] pgsql: Modify pg_dump to use error-free memory allocation macros. This