Re: "unix_socket_directories" should be GUC_LIST_INPUT?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Ian Lawrence Barwick <barwick@gmail.com>
Cc: Michael Paquier <michael@paquier.xyz>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-10-23T04:36:17Z
Lists: pgsql-hackers
Ian Lawrence Barwick <barwick@gmail.com> writes: > How about adding a comment along the lines of A comment seems reasonable, but I'd probably write it more like /* * unix_socket_directories should have been marked GUC_LIST_INPUT | * GUC_LIST_QUOTE, but it's too late to change it without creating * big compatibility problems for pg_dump. */ regards, tom lane
Commits
-
Add GUC_LIST_INPUT and GUC_LIST_QUOTE to unix_socket_directories
- a05dbf477b0e 14.0 landed