pgsql: pg_upgrade: use "" rather than '', for Windows

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_upgrade: use "" rather than '', for Windows
Date: 2013-07-01 18:45:50
Message-ID: E1Utj6k-0008Ne-ID@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_upgrade: use "" rather than '', for Windows
If we ever support unix sockets on Windows, we should use "" rather than
'' for zero-length strings on the command-line, so use that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3132a9b7ab3d76c15f88cfa29792fd888e7a959e

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 Robert Haas 2013-07-01 18:50:04 pgsql: Add a convenience routine makeFuncCall to reduce duplication.
Previous Message Andrew Dunstan 2013-07-01 18:40:08 Re: pgsql: Improve support for building PGXS modules with VPATH.