A ref change was pushed to the repository containing the project "Postgres-XC: write-scalable synchronous multi-master PostgreSQL cluster".
The branch, master has been updated
via 1dcc0249cc7d58f024192717cefa8c841494e60e (commit)
from ae79d556dc119885cc529eeaf8fc81b57eb116b0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1dcc0249cc7d58f024192717cefa8c841494e60e
Author: Pavan Deolasee <pavan@ubuntu.(none)>
Date: Wed May 12 18:55:34 2010 -0700
Fix some stylistic issues with the code. Trying to make it more
consistent in general and with Postgres code in particular
-----------------------------------------------------------------------
Summary of changes:
src/backend/access/transam/gtm.c | 16 +++---
src/backend/catalog/pgxc_class.c | 14 +++--
src/backend/pgxc/locator/locator.c | 17 +++---
src/backend/pgxc/plan/planner.c | 49 ++++++--------
src/backend/pgxc/pool/combiner.c | 2 +-
src/backend/pgxc/pool/datanode.c | 119 ++++++++++++++++-------------------
src/backend/pgxc/pool/poolcomm.c | 26 ++++----
src/backend/pgxc/pool/poolmgr.c | 73 +++++++++-------------
src/backend/postmaster/postmaster.c | 2 +-
src/include/pgxc/locator.h | 16 +++---
src/include/pgxc/planner.h | 15 ++---
src/include/pgxc/poolcomm.h | 20 +++---
src/include/pgxc/poolmgr.h | 18 +++---
13 files changed, 178 insertions(+), 209 deletions(-)
hooks/post-receive
--
Postgres-XC: write-scalable synchronous multi-master PostgreSQL cluster
|