forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0c8910a
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 parentacad8b4 commit0c8910a
2 files changed
+11
-10
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6930 | 6930 |
| |
6931 | 6931 |
| |
6932 | 6932 |
| |
6933 |
| - | |
6934 |
| - | |
6935 |
| - | |
| 6933 | + | |
| 6934 | + | |
| 6935 | + | |
6936 | 6936 |
| |
6937 | 6937 |
| |
6938 | 6938 |
| |
6939 | 6939 |
| |
6940 | 6940 |
| |
6941 |
| - | |
| 6941 | + | |
6942 | 6942 |
| |
6943 | 6943 |
| |
6944 | 6944 |
| |
| |||
6953 | 6953 |
| |
6954 | 6954 |
| |
6955 | 6955 |
| |
6956 |
| - | |
| 6956 | + | |
6957 | 6957 |
| |
6958 | 6958 |
| |
6959 | 6959 |
| |
| |||
8242 | 8242 |
| |
8243 | 8243 |
| |
8244 | 8244 |
| |
8245 |
| - | |
8246 | 8245 |
| |
8247 | 8246 |
| |
8248 | 8247 |
| |
| |||
8267 | 8266 |
| |
8268 | 8267 |
| |
8269 | 8268 |
| |
8270 |
| - | |
| 8269 | + | |
| 8270 | + | |
8271 | 8271 |
| |
8272 | 8272 |
| |
8273 | 8273 |
| |
| |||
8593 | 8593 |
| |
8594 | 8594 |
| |
8595 | 8595 |
| |
8596 |
| - | |
| 8596 | + | |
8597 | 8597 |
| |
8598 |
| - | |
| 8598 | + | |
| 8599 | + | |
8599 | 8600 |
| |
8600 | 8601 |
| |
8601 | 8602 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
347 | 347 |
| |
348 | 348 |
| |
349 | 349 |
| |
350 |
| - | |
| 350 | + | |
351 | 351 |
| |
352 | 352 |
| |
353 | 353 |
| |
|
0 commit comments
Comments
(0)