mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Fix back-patch of 16ee6eaf80
to v9.6.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user