forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit846b5a5
committed
Prevent extensions from creating custom GUCs that are GUC_LIST_QUOTE.
Pending some solution for the problems noted in commit7428699,disallow dynamic creation of GUC_LIST_QUOTE variables.If there are any extensions out there using this feature, they'd notbe happy for us to start enforcing this rule in minor releases, sothis is a HEAD-only change. The previous commit didn't make thingsany worse than they already were for such cases.Discussion:https://postgr.es/m/20180111064900.GA51030@paquier.xyz1 parent7428699 commit846b5a5
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7606 | 7606 |
| |
7607 | 7607 |
| |
7608 | 7608 |
| |
| 7609 | + | |
| 7610 | + | |
| 7611 | + | |
| 7612 | + | |
| 7613 | + | |
| 7614 | + | |
| 7615 | + | |
| 7616 | + | |
| 7617 | + | |
7609 | 7618 |
| |
7610 | 7619 |
| |
7611 | 7620 |
| |
|
0 commit comments
Comments
(0)