summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Misch2019-04-04 07:04:02 +0000
committerNoah Misch2019-04-04 07:04:02 +0000
commit331f152884f2bdf92c61432ef2d10239e67c663c (patch)
tree5087ceb1ff43065d8bfd0cd49f50816678a74117
parent0aa0ccfdd6531fa6369c011cc828a244daaae276 (diff)
Fix back-patch of 16ee6eaf80a40007a138b60bb5661660058d0422 to v9.6.
-rw-r--r--src/test/recovery/t/017_shm.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/recovery/t/017_shm.pl b/src/test/recovery/t/017_shm.pl
index b088078c133..8b8ba10e651 100644
--- a/src/test/recovery/t/017_shm.pl
+++ b/src/test/recovery/t/017_shm.pl
@@ -38,7 +38,7 @@ if (!$PostgresNode::use_tcp)
"port${port}_holder",
port => $port,
own_host => 1);
- $port_holder->init;
+ $port_holder->init(hba_permit_replication => 0);
$port_holder->start;
# Match the AddToDataDirLockFile() call in sysv_shmem.c. Assume all
# systems not using sysv_shmem.c do use TCP.