[pgpool-committers: 383] pgpool: add online recovery announce.

At Mitani at.mitani at gmail.com
Mon Jun 11 09:42:06 JST 2012


add online recovery announce.

Branches
--------
feature/watchdog
master

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

Modified Files
--------------
Makefile.am              |    4 +-
Makefile.in              |   10 +-
aclocal.m4               |    4 +-
configure                | 3241 ++++++++++++++++++++++++--------------
configure.in             |    2 +-
ltmain.sh                | 3968 ++++++++++++++++++++++++++++++----------------
main.c                   |    9 +-
parser/Makefile.in       |    4 +-
pcp/Makefile.in          |    4 +-
pcp/md5.c                |  445 +------
pcp/md5.h                |   28 +-
pcp_child.c              |    4 +-
pgpool.conf.sample       |   35 +
pool.h                   |   10 +
pool_config.c            | 1646 ++++++++++++--------
pool_config.h            |   19 +
pool_config.l            |  225 +++
pool_memqcache.c         |   90 +-
pool_process_query.c     |    8 +-
pool_process_reporting.c |   74 +
pool_proto_modules.c     |   14 +-
recovery.c               |   16 +-
watchdog/watchdog.h      |    4 +-
watchdog/wd_child.c      |   29 +-
watchdog/wd_ext.h        |    3 +
watchdog/wd_packet.c     |   66 +-
26 files changed, 6179 insertions(+), 3783 deletions(-)



More information about the pgpool-committers mailing list