pgpool: Fix oversight in check_transaction_state_and_abort().

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Fix oversight in check_transaction_state_and_abort().
Date: 2026-02-02 05:17:11
Message-ID: E1vmmJD-006e43-1A@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Fix oversight in check_transaction_state_and_abort().

The function does not take the case when frontend is NULL into
account.

Per Coverity.

Backpatch-through: v4.3

Branch
------
V4_3_STABLE

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

Modified Files
--------------
src/protocol/pool_proto_modules.c | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2026-02-02 05:17:17 pgpool: Fix oversight in check_transaction_state_and_abort().
Previous Message Bo Peng 2026-01-29 14:15:45 pgpool: Rename libpcp to libpgpoolpcp to avoid conflict with RHEL PCP l