Re: describe-config issue

2020-09-02 Thread vignesh C
On Wed, Sep 2, 2020 at 8:06 PM Tom Lane wrote: > Please defend that claim. Otherwise this seems like a pretty > random change. I had seen that there is discrepancy in postgres --describe-config & the value displayed from pg_settings like in the below case: postgres=# select name,min_val,

Re: describe-config issue

2020-09-02 Thread Tom Lane
vignesh C writes: > Postgres's describe-config option prints reset_val for int & real > configuration parameters which is not useful as it is not updated. Uh, what? > Printing boot_val is better in this case. Please defend that claim. Otherwise this seems like a pretty random change.

describe-config issue

2020-09-01 Thread vignesh C
6:06 +0530 Subject: [PATCH] describe-config issue describe-config prints reset_val for int & real configuration parameters which is not useful as it is not updated. Printing boot_val is better in this case. --- src/backend/utils/misc/help_config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 d