[pgpool-committers: 4200] pgpool: Fix core dump and mishandling of	temp tables.
    Tatsuo Ishii 
    ishii at postgresql.org
       
    Wed Aug 16 13:46:46 JST 2017
    
    
  
Fix core dump and mishandling of temp tables.
Fix two issues:
1) Protect pool_remove_sent_message() and pool_get_sent_message()
   against null parameters.
2) Fix bug while determining if the created table is temporary or not.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=9f1acea4e6b1b4889f0640d0517e4f46de32b60a
Modified Files
--------------
src/context/pool_session_context.c | 6 ++++++
src/protocol/pool_proto_modules.c  | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
    
    
More information about the pgpool-committers
mailing list