"unix_socket_directories" should be GUC_LIST_INPUT? - Mailing list pgsql-hackers

From Ian Lawrence Barwick
Subject "unix_socket_directories" should be GUC_LIST_INPUT?
Date
Msg-id CAB8KJ=iMOtNY6_sUwV=LQVCJ2zgYHBDyNzVfvE5GN3WQ3v9kQg@mail.gmail.com
Whole thread Raw
Responses Re: "unix_socket_directories" should be GUC_LIST_INPUT?  (Michael Paquier <michael@paquier.xyz>)
List 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

pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: Resetting spilled txn statistics in pg_stat_replication
Next
From: Amit Langote
Date:
Subject: Re: partition routing layering in nodeModifyTable.c