From: Koichi S. <koi...@us...> - 2014-05-02 06:19:50
|
Project "Postgres-XC". The branch, REL1_2_STABLE has been updated via dc9e159e31bea5f2061de187bdfec6cd58f4353a (commit) from 2b31735edfeb9109a03d64c412dffaa3d901f3c4 (commit) - Log ----------------------------------------------------------------- http://postgres-xc.git.sourceforge.net/git/gitweb.cgi?p=postgres-xc/postgres-xc;a=commitdiff;h=dc9e159e31bea5f2061de187bdfec6cd58f4353a commit cd51b7380bfd79ebc53b242ebbefdcb921a5c319 Author: Koichi Suzuki <koi...@gm...> Date: Fri May 2 15:15:39 2014 +0900 Fix for adding datanode master in pgxc_ctl. Locking DDL was not correct. The locking function pgxc_lock_for_backup() was issued against a datanode but it should be targetted to a coordinator. M contrib/pgxc_ctl/datanode_cmd.c ----------------------------------------------------------------------- Summary of changes: contrib/pgxc_ctl/datanode_cmd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Postgres-XC |