[pgpool-committers: 2116] pgpool: Change pgpool_status file format to ASCII.

Tatsuo Ishii ishii at postgresql.org
Wed Aug 6 16:39:16 JST 2014


Change pgpool_status file format to ASCII.

Changing to ASCII will bring some benefits:
- Easy to check the file contents by using ordinary text tools
- Easy to modify the contents. This is useful if you set longer health check time out.
  For example, newly added backend will cause failover and it might take long time
  until the procedure finishes. By editing pgpool_status to set the new node
  status as down, you could avoid health checking for the node.

Note that the new file reader understands old binary format
pgpool_status for easy migration from older versions of pgpool-II.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=4a208641709322255d4be3da4b18e155a2f5b25f

Modified Files
--------------
doc/pgpool-en.html     |   22 ++++++++-
doc/pgpool-ja.html     |   21 +++++++++
src/main/pgpool_main.c |  117 +++++++++++++++++++++++++++++++++++++++++-------
3 files changed, 143 insertions(+), 17 deletions(-)



More information about the pgpool-committers mailing list