aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_ctl/t/001_start_stop.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_ctl/t/001_start_stop.pl')
-rw-r--r--src/bin/pg_ctl/t/001_start_stop.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/pg_ctl/t/001_start_stop.pl b/src/bin/pg_ctl/t/001_start_stop.pl
index a1143e34519..e5d46a6f257 100644
--- a/src/bin/pg_ctl/t/001_start_stop.pl
+++ b/src/bin/pg_ctl/t/001_start_stop.pl
@@ -26,6 +26,7 @@ open my $conf, '>>', "$tempdir/data/postgresql.conf";
print $conf "fsync = off\n";
print $conf TestLib::slurp_file($ENV{TEMP_CONFIG})
if defined $ENV{TEMP_CONFIG};
+
if (!$windows_os)
{
print $conf "listen_addresses = ''\n";