[pgpool-committers: 574] pgpool: Fix send_cached_messages. Before it had 8192 bytes fix length b
Tatsuo Ishii
ishii at postgresql.org
Sun Aug 12 16:55:56 JST 2012
Fix send_cached_messages. Before it had 8192 bytes fix length buffer
for each row data and if data exceeded 8192 bytes, it just
crashed. To fix this, eliminate copying raw data which is passed as an
argument to buffer and pass the pointer to send_message.
Branch
------
V3_2_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=1927013a7d927a3ce5d9a59d953cfb076ddd3322
Modified Files
--------------
pool_memqcache.c | 18 ++++++++----------
1 files changed, 8 insertions(+), 10 deletions(-)
More information about the pgpool-committers
mailing list