describe-config issue - Mailing list pgsql-hackers

From vignesh C
Subject describe-config issue
Date
Msg-id CALDaNm2+vfvRS4H4Bd=wXWtbwpP-C+XV1u-szhU+SPaR4nTk0g@mail.gmail.com
Whole thread Raw
Responses Re: describe-config issue
List pgsql-hackers
Hi,

Postgres's describe-config option 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. reset_val is updated with
boot_val while the server is getting started but in case of postgres
--describe-config this value is not updated. I felt printing boot_val
is more appropriate in this case. Attached patch for the same.
Thoughts?

Regards,
Vignesh
EnterpriseDB: http://www.enterprisedb.com

Attachment

pgsql-hackers by date:

Previous
From: Hao Wu
Date:
Subject: Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY
Next
From: Thomas Munro
Date:
Subject: A micro-optimisation for walkdir()