Add columns boot_val and reset_val to the pg_settings view, to expose

Magnus Hagander <magnus@hagander.net>

Commit: 3bea93b3b0828b6eddf890f85fd423dff062b4df
Author: Magnus Hagander <magnus@hagander.net>
Date: 2008-10-06T13:05:40Z
Releases: 8.4.0
Add columns boot_val and reset_val to the pg_settings view, to expose
the value a parameter has at server start and will have after RESET,
respectively.

Greg Smith, with some modifications by me.

Files