[pgpool-hackers: 4179] Re: Support unix_socket_directories and related parameters.

Tatsuo Ishii ishii at sraoss.co.jp
Fri Jun 17 17:04:20 JST 2022


Thank you for the patch!

> Hi,
> 
> This is the proposal to add unix_socket_directories, unix_socket_group
> and unix_socket_permissions. I have tested the patch attached this
> mail myself, but could you check it too?

I am running the regression test. I will report back the result.

In the mean time...

You need sgml file pacthes.
Also it would be nice if you add regression tests for this feature.

> Best regards.
> -- 
> KAWAMOTO Masaya <kawamoto at sraoss.co.jp>
> SRA OSS, Inc. Japan

--- a/src/sample/pgpool.conf.sample-stream
+++ b/src/sample/pgpool.conf.sample-stream
@@ -39,11 +39,14 @@ backend_clustering_mode = 'streaming_replication'
 #port = 9999
                                    # Port number
                                    # (change requires restart)
-#socket_dir = '/tmp'
+#unix_socket_directories = '/tmp'
                                    # Unix domain socket path
                                    # The Debian package defaults to
                                    # /var/run/postgresql
                                    # (change requires restart)
+#unix_socket_group = ''
+#unix_socket_premissions = 0777

I think you need commnents for these new parameters.

Best reagards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


More information about the pgpool-hackers mailing list