forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita25c207
committed
Teach SHOW ALL to honor pg_read_all_settings membership
Also, fix the pg_settings view to display source filename and linenumber when invoked by a pg_read_all_settings member. This addition byme (Álvaro).Also, fix wording of the comment in GetConfigOption regarding therestriction it implements, renaming the parameter for extra clarity.Noted by Michaël.These were all oversight in commit25fff40; backpatch to pg10,where that commit first appeared.Author: Laurenz AlbeReviewed-by: Michaël Paquier, Álvaro HerreraDiscussion:https://postgr.es/m/1519917758.6586.8.camel@cybertec.at1 parent6695e95 commita25c207
2 files changed
+11
-10
lines changedLines changed: 10 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6696 | 6696 |
| |
6697 | 6697 |
| |
6698 | 6698 |
| |
6699 |
| - | |
6700 |
| - | |
6701 |
| - | |
| 6699 | + | |
| 6700 | + | |
| 6701 | + | |
6702 | 6702 |
| |
6703 | 6703 |
| |
6704 | 6704 |
| |
6705 | 6705 |
| |
6706 | 6706 |
| |
6707 |
| - | |
| 6707 | + | |
6708 | 6708 |
| |
6709 | 6709 |
| |
6710 | 6710 |
| |
| |||
6719 | 6719 |
| |
6720 | 6720 |
| |
6721 | 6721 |
| |
6722 |
| - | |
| 6722 | + | |
6723 | 6723 |
| |
6724 | 6724 |
| |
6725 | 6725 |
| |
| |||
8000 | 8000 |
| |
8001 | 8001 |
| |
8002 | 8002 |
| |
8003 |
| - | |
8004 | 8003 |
| |
8005 | 8004 |
| |
8006 | 8005 |
| |
| |||
8025 | 8024 |
| |
8026 | 8025 |
| |
8027 | 8026 |
| |
8028 |
| - | |
| 8027 | + | |
| 8028 | + | |
8029 | 8029 |
| |
8030 | 8030 |
| |
8031 | 8031 |
| |
| |||
8348 | 8348 |
| |
8349 | 8349 |
| |
8350 | 8350 |
| |
8351 |
| - | |
| 8351 | + | |
8352 | 8352 |
| |
8353 |
| - | |
| 8353 | + | |
| 8354 | + | |
8354 | 8355 |
| |
8355 | 8356 |
| |
8356 | 8357 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
346 | 346 |
| |
347 | 347 |
| |
348 | 348 |
| |
349 |
| - | |
| 349 | + | |
350 | 350 |
| |
351 | 351 |
| |
352 | 352 |
| |
|
0 commit comments
Comments
(0)