"unix_socket_directories" should be GUC_LIST_INPUT?
Ian Lawrence Barwick <barwick@gmail.com>
From: Ian Lawrence Barwick <barwick@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-10-23T02:34:06Z
Lists: pgsql-hackers
Attachments
- unix_socket_directories-guc_list_input.v1.patch (text/x-patch) patch v1
Hi
Not that I've ever had to do this (or would want to do it on a production
system), but this error message seems incorrect:
postgres=# ALTER SYSTEM SET unix_socket_directories =
'/tmp/sock1','/tmp/sock2';
ERROR: SET unix_socket_directories takes only one argument
Trivial patch attached.
Regards
Ian Barwick
--
EnterpriseDB: https://www.enterprisedb.com
Commits
-
Add GUC_LIST_INPUT and GUC_LIST_QUOTE to unix_socket_directories
- a05dbf477b0e 14.0 landed