Re: "unix_socket_directories" should be GUC_LIST_INPUT?
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Ian Lawrence Barwick <barwick@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-10-23T03:31:35Z
Lists: pgsql-hackers
On Fri, Oct 23, 2020 at 12:23:28PM +0900, Ian Lawrence Barwick wrote: > Updated version attached. LGTM. Looking at c9b0cbe and the relevant thread it looks like this point was not really covered, so my guess is that this was just forgotten: https://www.postgresql.org/message-id/4FCF6040.5030408@redhat.com I'll look again at that in the next couple of days and double-check the relevant areas of the code, just in case. It is Friday afternoon here, and I suspect that my mind is missing something obvious. -- Michael
Commits
-
Add GUC_LIST_INPUT and GUC_LIST_QUOTE to unix_socket_directories
- a05dbf477b0e 14.0 landed