[pgpool-committers: 4198] 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_5_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=2db0ded9490f400d2be615c9360f2b471a1e44d6

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