pg_upgrade: revert changing '' to ""

Bruce Momjian <bruce@momjian.us>

Commit: cce5d851ed773dd01bfb0ba3e653636fb8f40f32
Author: Bruce Momjian <bruce@momjian.us>
Date: 2013-07-02T14:29:49Z
Releases: 9.4.0
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.

Files

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