[pgpool-committers: 572] 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 execeeded 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
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=3043b797bd8be97d415d13fae03bb16b0554e207
Modified Files
--------------
pool_memqcache.c |   18 ++++++++----------
1 files changed, 8 insertions(+), 10 deletions(-)
    
    
More information about the pgpool-committers
mailing list