forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit139d46e
committed
Further tweak the default behavior of psql's \dconfig.
Define "parameters with non-default settings" as being those thatnot only have pg_settings.source different from 'default', butalso have a current value different from the hard-wired boot_val.Adding the latter restriction removes a number of not-very-interestingcases where the active setting is chosen by initdb but in practicetends to be the same all the time.Per discussion with Jonathan Katz.Discussion:https://postgr.es/m/YlFQLzlPi4QD0wSi@msg.df7cb.de1 parent7b7ed04 commit139d46e
1 file changed
+2
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4408 | 4408 |
| |
4409 | 4409 |
| |
4410 | 4410 |
| |
4411 |
| - | |
| 4411 | + | |
| 4412 | + | |
4412 | 4413 |
| |
4413 | 4414 |
| |
4414 | 4415 |
| |
|
0 commit comments
Comments
(0)