If we ever support unix sockets on Windows, we should use "" rather than
'' for zero-length strings on the command-line, so use that.
#ifdef HAVE_UNIX_SOCKETS
/* prevent TCP/IP connections, restrict socket access */
strcat(socket_string,
- " -c listen_addresses='' -c unix_socket_permissions=0700");
+ " -c listen_addresses=\"\" -c unix_socket_permissions=0700");
/* Have a sockdir? Tell the postmaster. */
if (cluster->sockdir)