From: <ap...@us...> - 2014-07-25 01:10:52
|
Project "Postgres-XC". The branch, master has been updated via cae096b22dabd14524409dd70bb54d38f57946c7 (commit) from f42d65e52278c42eb96d1984d359a640080c9727 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=cae096b22dabd14524409dd70bb54d38f57946c7 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 |