pgsql: pg_upgrade: revert changing '' to ""

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_upgrade: revert changing '' to ""
Date: 2013-07-02 14:30:07
Message-ID: E1Uu1ap-00020z-CR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_upgrade: revert changing '' to ""
On the command line, GUC option strings are handled by the guc parser,
not by the shell parser, so '' is the proper way to represent a
zero-length string. This reverts commit
3132a9b7ab3d76c15f88cfa29792fd888e7a959e.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cce5d851ed773dd01bfb0ba3e653636fb8f40f32

Modified Files
--------------
contrib/pg_upgrade/server.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2013-07-02 14:33:38 Re: pgsql: Permit super-MaxAllocSize allocations with MemoryContextAllocHug
Previous Message Robert Haas 2013-07-02 13:47:30 pgsql: Use an MVCC snapshot, rather than SnapshotNow, for catalog scans