[pgpool-committers: 66] pgpool: Fix SimpleQuery() so that restores parser memory context when:

Tatsuo Ishii ishii at postgresql.org
Tue Mar 6 23:01:20 JST 2012


Fix SimpleQuery() so that restores parser memory context when:
1) Builtin show commands are used
2) Parallel query mode
3) Query cache is used

Before it left pool_memory with bogus memory pointer destroyed by
pool_query_context_destroy, and it caused succeeding palloc() to be
failed.

Branch
------
V3_1_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=76ee6e9960d659e392b18bb9d8c29f077a5bf069

Modified Files
--------------
pool_proto_modules.c |    5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)



More information about the pgpool-committers mailing list