From 40c28678aa65308f27347cd218a09fdc92c483ef Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Sun, 8 Nov 2015 17:40:19 -0500 Subject: [PATCH] Fix 9.5 version of previous commit to match its log message. --- src/bin/pg_ctl/pg_ctl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c index 5465f526d4d..03b9770d500 100644 --- a/src/bin/pg_ctl/pg_ctl.c +++ b/src/bin/pg_ctl/pg_ctl.c @@ -656,12 +656,10 @@ test_postmaster_connection(pgpid_t pm_pid, bool do_checkpoint) */ if (strcmp(host_str, "*") == 0) strcpy(host_str, "localhost"); -#if defined(__NetBSD__) || defined(__OpenBSD__) || defined(WIN32) else if (strcmp(host_str, "0.0.0.0") == 0) strcpy(host_str, "127.0.0.1"); else if (strcmp(host_str, "::") == 0) strcpy(host_str, "::1"); -#endif /* * We need to set connect_timeout otherwise on Windows