From: <ap...@us...> - 2014-07-25 01:12:03
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via 8b1c27e4c44d2d3ecec443005f67dc6185b13ff5 (commit) from eba1cdfeae9ed2c1afc29a8f29e1e77e233feb95 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=8b1c27e4c44d2d3ecec443005f67dc6185b13ff5 commit cae096b22dabd14524409dd70bb54d38f57946c7 Author: Koichi Suzuki <koi...@gm...> Date: Fri Jul 25 10:10:11 2014 +0900 Improve closing files using pclose() which are opened by popen(). Pavan Deolasee provided the fix. M contrib/pgxc_ctl/bash_handler.c M contrib/pgxc_ctl/coord_cmd.c M contrib/pgxc_ctl/datanode_cmd.c M contrib/pgxc_ctl/pgxc_ctl.c M contrib/pgxc_ctl/utils.c ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_ctl/bash_handler.c | 2 +- contrib/pgxc_ctl/coord_cmd.c | 26 +++++++++++++------------- contrib/pgxc_ctl/datanode_cmd.c | 24 ++++++++++++------------ contrib/pgxc_ctl/pgxc_ctl.c | 2 +- contrib/pgxc_ctl/utils.c | 3 ++- 5 files changed, 29 insertions(+), 28 deletions(-) hooks/post-receive -- Postgres-XC |