[pgpool-committers: 1119] pgpool: Fix to verify the backend node number in pcp_recovery_node

Yugo Nagata nagata at sraoss.co.jp
Mon Jul 8 10:49:58 JST 2013


Fix to verify the backend node number in pcp_recovery_node

When an invalid number is used, null value is passed as an arguments
of recovery script, and this causes a malfunction. In especially,
rsync may delete unrelated files in basebackup scripts.

Branch
------
V3_2_STABLE

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

Modified Files
--------------
pcp_child.c |   16 ++++++++++++++++
recovery.c  |    7 +++++++
2 files changed, 23 insertions(+)



More information about the pgpool-committers mailing list