postgresql/src/include/common
Joe Conway dc7d70ea05 Expose control file data via SQL accessible functions.
Add four new SQL accessible functions: pg_control_system(),
pg_control_checkpoint(), pg_control_recovery(), and pg_control_init()
which expose a subset of the control file data.

Along the way move the code to read and validate the control file to
src/common, where it can be shared by the new backend functions
and the original pg_controldata frontend program.

Patch by me, significant input, testing, and review by Michael Paquier.
2016-03-05 11:10:19 -08:00
..
config_info.h Cosmetic improvements in new config_info code. 2016-02-21 11:38:24 -05:00
controldata_utils.h Expose control file data via SQL accessible functions. 2016-03-05 11:10:19 -08:00
fe_memutils.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
pg_lzcompress.h pgindent run for 9.5 2015-05-23 21:35:49 -04:00
relpath.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
restricted_token.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
string.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
username.h Update copyright for 2016 2016-01-02 13:33:40 -05:00