8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7408c5d commit 3132a9bCopy full SHA for 3132a9b
contrib/pg_upgrade/server.c
@@ -190,7 +190,7 @@ start_postmaster(ClusterInfo *cluster, bool throw_error)
190
#ifdef HAVE_UNIX_SOCKETS
191
/* prevent TCP/IP connections, restrict socket access */
192
strcat(socket_string,
193
- " -c listen_addresses='' -c unix_socket_permissions=0700");
+ " -c listen_addresses=\"\" -c unix_socket_permissions=0700");
194
195
/* Have a sockdir? Tell the postmaster. */
196
if (cluster->sockdir)
0 commit comments