postgresql/src/bin/pg_controldata
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
..
po Translation updates 2015-06-28 23:56:55 -04:00
t PostgresNode: Add names to nodes 2016-01-20 14:13:11 -03:00
.gitignore Add TAP tests for client programs 2014-04-14 21:33:46 -04:00
Makefile Update copyright for 2016 2016-01-02 13:33:40 -05:00
nls.mk Translation updates 2014-11-16 21:32:51 -05:00
pg_controldata.c Expose control file data via SQL accessible functions. 2016-03-05 11:10:19 -08:00