forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita05dbf4
committed
Add GUC_LIST_INPUT and GUC_LIST_QUOTE to unix_socket_directories
This should have been done in the initial commit that madeunix_socket_directories a list as ofc9b0cbe. This change allows tosupport correctly the case of ALTER SYSTEM, where it is possible tospecify multiple paths as a list, like the following pattern whereflattening is applied to each item:ALTER SYSTEM SET unix_socket_directories = '/path1', '/path2';Any parameters specified in postgresql.conf are parsed the same way, sothere is no compatibility change. pg_dump has a hardcoded list ofparameters marked with GUC_LIST_QUOTE, that gets its routine update.These are reordered alphabetically for clarity.Author: Ian Lawrence BarwickReviewed-by: Peter Eisentraunt, Tom Lane, Michael PaquierDiscussion:https://postgr.es/m/CAB8KJ=iMOtNY6_sUwV=LQVCJ2zgYHBDyNzVfvE5GN3WQ3v9kQg@mail.gmail.com1 parentceaeac5 commita05dbf4
2 files changed
+5
-4
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4173 | 4173 |
| |
4174 | 4174 |
| |
4175 | 4175 |
| |
4176 |
| - | |
| 4176 | + | |
4177 | 4177 |
| |
4178 | 4178 |
| |
4179 | 4179 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
865 | 865 |
| |
866 | 866 |
| |
867 | 867 |
| |
868 |
| - | |
| 868 | + | |
| 869 | + | |
869 | 870 |
| |
870 | 871 |
| |
871 |
| - | |
872 |
| - | |
| 872 | + | |
| 873 | + | |
873 | 874 |
| |
874 | 875 |
| |
875 | 876 |
| |
|
0 commit comments
Comments
(0)