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

Bruce Momjian <bruce@momjian.us>

Commit: 3132a9b7ab3d76c15f88cfa29792fd888e7a959e
Author: Bruce Momjian <bruce@momjian.us>
Date: 2013-07-01T18:45:45Z
Releases: 9.4.0
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.

Files

PathChange+/−
contrib/pg_upgrade/server.c modified +1 −1