Re: "unix_socket_directories" should be GUC_LIST_INPUT?
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Ian Lawrence Barwick <barwick@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-10-23T08:02:11Z
Lists: pgsql-hackers
On Fri, Oct 23, 2020 at 12:49:57AM -0400, Tom Lane wrote: > Although ... just to argue against myself for a moment, how likely > is it that pg_dump is going to be faced with the need to dump a > value for unix_socket_directories? I am trying to think about some scenarios here, but honestly I cannot.. > So maybe we could get away with just changing it. It'd be good to > verify though that this doesn't break existing string values for > the variable, assuming they contain no unlikely characters that'd > need quoting. Yeah, that's the kind of things I wanted to check anyway before considering doing the switch. -- Michael
Commits
-
Add GUC_LIST_INPUT and GUC_LIST_QUOTE to unix_socket_directories
- a05dbf477b0e 14.0 landed