blob: 40554ddda3fd81eb69076f5cf813fb2c3be423a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
*** src/sample/pgpool.conf.sample 2023-11-07 20:38:38.890984731 +0900
--- pgpool.conf.sample 2023-11-09 13:22:19.179462724 +0900
***************
*** 40,46 ****
#port = 9999
# Port number
# (change requires restart)
! #unix_socket_directories = '/tmp'
# Unix domain socket path(s)
# The Debian package defaults to
# /var/run/postgresql
--- 40,46 ----
#port = 9999
# Port number
# (change requires restart)
! unix_socket_directories = '/var/run/postgresql'
# Unix domain socket path(s)
# The Debian package defaults to
# /var/run/postgresql
***************
*** 67,73 ****
#pcp_port = 9898
# Port number for pcp
# (change requires restart)
! #pcp_socket_dir = '/tmp'
# Unix domain socket path(s) for pcp
# The Debian package defaults to
# /var/run/postgresql
--- 67,73 ----
#pcp_port = 9898
# Port number for pcp
# (change requires restart)
! pcp_socket_dir = '/var/run/postgresql'
# Unix domain socket path(s) for pcp
# The Debian package defaults to
# /var/run/postgresql
***************
*** 736,742 ****
# Authentication key for watchdog communication
# (change requires restart)
! #wd_ipc_socket_dir = '/tmp'
# Unix domain socket path for watchdog IPC socket
# The Debian package defaults to
# /var/run/postgresql
--- 736,742 ----
# Authentication key for watchdog communication
# (change requires restart)
! wd_ipc_socket_dir = '/var/run/postgresql'
# Unix domain socket path for watchdog IPC socket
# The Debian package defaults to
# /var/run/postgresql
|