mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Fix back-patch of 16ee6eaf80a40007a138b60bb5661660058d0422 to v9.6.
This commit is contained in:
parent
0aa0ccfdd6
commit
331f152884
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user