projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aa0ccf
)
Fix back-patch of 16ee6eaf80a40007a138b60bb5661660058d0422 to v9.6.
author
Noah Misch
<noah@leadboat.com>
Thu, 4 Apr 2019 07:04:02 +0000
(
00:04
-0700)
committer
Noah Misch
<noah@leadboat.com>
Thu, 4 Apr 2019 07:04:02 +0000
(
00:04
-0700)
src/test/recovery/t/017_shm.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/test/recovery/t/017_shm.pl
b/src/test/recovery/t/017_shm.pl
index b088078c133ed2a64ccdc0628caaec17d68afce0..8b8ba10e65146f81ab4e53f281066ce8d004948f 100644
(file)
--- 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.