[pgpool-committers: 2005] pgpool: Fix some MemoryContext related problems found during testing.
Muhammad Usama
m.usama at gmail.com
Mon May 26 22:13:54 JST 2014
Fix some MemoryContext related problems found during testing.
Remove debug prints and single line comments which were inherited
from exception manager development branch
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=ba68991798d27cfedef1b3102ee7826cfcc613d9
Modified Files
--------------
src/context/pool_query_context.c | 4 ++
src/include/pool.h | 2 +
src/include/utils/elog.h | 1 -
src/main/pgpool_main.c | 75 +++++++++++--------------
src/parallel_query/pool_rewrite_query.c | 21 +++----
src/parser/gram.y | 1 -
src/parser/parser.c | 15 ++---
src/protocol/child.c | 39 +++++++++++--
src/protocol/pool_process_query.c | 33 +++++------
src/protocol/pool_proto_modules.c | 3 -
src/streaming_replication/pool_worker_child.c | 15 +----
src/utils/error/elog.c | 5 +-
src/utils/mmgr/aset.c | 2 -
src/utils/pool_ip.c | 4 --
14 files changed, 108 insertions(+), 112 deletions(-)
More information about the pgpool-committers
mailing list