[pgpool-committers: 1106] pgpool: Fix execute() in memory allocation logic when memqcache enabled

Tatsuo Ishii ishii at postgresql.org
Tue Jul 2 17:16:17 JST 2013


Fix execute() in memory allocation logic when memqcache enabled.

When very long query string (>1024) supplied in extended query with
bind parameters, it fails to allocate enough memory.

Branch
------
V3_2_STABLE

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

Modified Files
--------------
pool_proto_modules.c |   40 ++++++++++++++++++++++++++++------------
1 file changed, 28 insertions(+), 12 deletions(-)



More information about the pgpool-committers mailing list