[pgpool-committers: 4199] 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
------
V3_6_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=17930745b11201fb74131bd8e9f420442dc42aa7
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