agora inbox for pgpool-committers@postgresql.orghelp / color / mirror / Atom feed
pgpool: Add check if parse tree exists in handle_query_context(). 6+ messages / 1 participants [nested] [flat]
* pgpool: Add check if parse tree exists in handle_query_context(). @ 2026-09-16 11:53 Tatsuo Ishii <ishii@postgresql.org> 0 siblings, 0 replies; 6+ messages in thread From: Tatsuo Ishii @ 2026-09-16 11:53 UTC (permalink / raw) To: pgpool-committers@lists.postgresql.org Add check if parse tree exists in handle_query_context(). handle_query_context() did not check whether the parse tree existed in session_context->query_context. Although, if it does not, there's something wrong goes on. Per Coverity. Author: Tatsuo Ishii <ishii@postgresql.org> Backpatch-through: v4.3 Branch ------ V4_3_STABLE Details ------- https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=bae0c915fcee5af3914160bfc3c16458ba0f0... Modified Files -------------- src/protocol/CommandComplete.c | 5 +++++ 1 file changed, 5 insertions(+) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgpool: Add check if parse tree exists in handle_query_context(). @ 2026-09-16 11:53 Tatsuo Ishii <ishii@postgresql.org> 0 siblings, 0 replies; 6+ messages in thread From: Tatsuo Ishii @ 2026-09-16 11:53 UTC (permalink / raw) To: pgpool-committers@lists.postgresql.org Add check if parse tree exists in handle_query_context(). handle_query_context() did not check whether the parse tree existed in session_context->query_context. Although, if it does not, there's something wrong goes on. Per Coverity. Author: Tatsuo Ishii <ishii@postgresql.org> Backpatch-through: v4.3 Branch ------ V4_4_STABLE Details ------- https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=a00c8ce3dfd9282c24ce1b80aaf8c5ee61303... Modified Files -------------- src/protocol/CommandComplete.c | 5 +++++ 1 file changed, 5 insertions(+) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgpool: Add check if parse tree exists in handle_query_context(). @ 2026-09-16 11:53 Tatsuo Ishii <ishii@postgresql.org> 0 siblings, 0 replies; 6+ messages in thread From: Tatsuo Ishii @ 2026-09-16 11:53 UTC (permalink / raw) To: pgpool-committers@lists.postgresql.org Add check if parse tree exists in handle_query_context(). handle_query_context() did not check whether the parse tree existed in session_context->query_context. Although, if it does not, there's something wrong goes on. Per Coverity. Author: Tatsuo Ishii <ishii@postgresql.org> Backpatch-through: v4.3 Branch ------ V4_5_STABLE Details ------- https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=7a4b71c86f93d4000c23fef6561054940b007... Modified Files -------------- src/protocol/CommandComplete.c | 5 +++++ 1 file changed, 5 insertions(+) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgpool: Add check if parse tree exists in handle_query_context(). @ 2026-09-16 11:53 Tatsuo Ishii <ishii@postgresql.org> 0 siblings, 0 replies; 6+ messages in thread From: Tatsuo Ishii @ 2026-09-16 11:53 UTC (permalink / raw) To: pgpool-committers@lists.postgresql.org Add check if parse tree exists in handle_query_context(). handle_query_context() did not check whether the parse tree existed in session_context->query_context. Although, if it does not, there's something wrong goes on. Per Coverity. Author: Tatsuo Ishii <ishii@postgresql.org> Backpatch-through: v4.3 Branch ------ V4_6_STABLE Details ------- https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=890609cdabd0802e91d55f391ee0fe071b086... Modified Files -------------- src/protocol/CommandComplete.c | 5 +++++ 1 file changed, 5 insertions(+) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgpool: Add check if parse tree exists in handle_query_context(). @ 2026-09-16 11:54 Tatsuo Ishii <ishii@postgresql.org> 0 siblings, 0 replies; 6+ messages in thread From: Tatsuo Ishii @ 2026-09-16 11:54 UTC (permalink / raw) To: pgpool-committers@lists.postgresql.org Add check if parse tree exists in handle_query_context(). handle_query_context() did not check whether the parse tree existed in session_context->query_context. Although, if it does not, there's something wrong goes on. Per Coverity. Author: Tatsuo Ishii <ishii@postgresql.org> Backpatch-through: v4.3 Branch ------ V4_7_STABLE Details ------- https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=044e261d7cd59cc16f5e5bd6c7c6f6c19e9fd... Modified Files -------------- src/protocol/CommandComplete.c | 5 +++++ 1 file changed, 5 insertions(+) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgpool: Add check if parse tree exists in handle_query_context(). @ 2026-09-16 11:54 Tatsuo Ishii <ishii@postgresql.org> 0 siblings, 0 replies; 6+ messages in thread From: Tatsuo Ishii @ 2026-09-16 11:54 UTC (permalink / raw) To: pgpool-committers@lists.postgresql.org Add check if parse tree exists in handle_query_context(). handle_query_context() did not check whether the parse tree existed in session_context->query_context. Although, if it does not, there's something wrong goes on. Per Coverity. Author: Tatsuo Ishii <ishii@postgresql.org> Backpatch-through: v4.3 Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=edaab73735ffff55b64ef7b60d0617f873a22... Modified Files -------------- src/protocol/CommandComplete.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
end of thread, other threads:[~2026-09-16 11:54 UTC | newest] Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2026-09-16 11:53 pgpool: Add check if parse tree exists in handle_query_context(). Tatsuo Ishii <ishii@postgresql.org> 2026-09-16 11:53 pgpool: Add check if parse tree exists in handle_query_context(). Tatsuo Ishii <ishii@postgresql.org> 2026-09-16 11:53 pgpool: Add check if parse tree exists in handle_query_context(). Tatsuo Ishii <ishii@postgresql.org> 2026-09-16 11:53 pgpool: Add check if parse tree exists in handle_query_context(). Tatsuo Ishii <ishii@postgresql.org> 2026-09-16 11:54 pgpool: Add check if parse tree exists in handle_query_context(). Tatsuo Ishii <ishii@postgresql.org> 2026-09-16 11:54 pgpool: Add check if parse tree exists in handle_query_context(). Tatsuo Ishii <ishii@postgresql.org>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox