[pgpool-committers: 1105] 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
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=996ed3c03280ca9dfccc73f804a3de07cc4a4663
Modified Files
--------------
pool_proto_modules.c | 40 ++++++++++++++++++++++++++++------------
1 file changed, 28 insertions(+), 12 deletions(-)
More information about the pgpool-committers
mailing list