"unix_socket_directories" should be GUC_LIST_INPUT?

From: Ian Lawrence Barwick <barwick(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: "unix_socket_directories" should be GUC_LIST_INPUT?
Date: 2020-10-23 02:34:06
Message-ID: CAB8KJ=iMOtNY6_sUwV=LQVCJ2zgYHBDyNzVfvE5GN3WQ3v9kQg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
unix_socket_directories-guc_list_input.v1.patch text/x-patch 540 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2020-10-23 02:56:57 Re: partition routing layering in nodeModifyTable.c
Previous Message Masahiko Sawada 2020-10-23 02:12:17 Re: Resetting spilled txn statistics in pg_stat_replication