public inbox for [email protected]
help / color / mirror / Atom feedFrom: Tatsuo Ishii <[email protected]>
To: [email protected]
Subject: pgpool: Fix query cache lock file handling.
Date: Thu, 04 Sep 2025 08:12:06 +0000
Message-ID: <[email protected]> (raw)
Fix query cache lock file handling.
Query cache module creates a lock file under logdir for concurrency
control. However, there were bugs in the handling:
1) Garbage file "QUERY_CACHE_LOCK_FILE" was created by pgpool main
process.
2) The lock file was not removed upon pgpool shutdown.
This commit fixes the bugs.
Author: Tatsuo Ishii <[email protected]>
Reported-by: Bo Peng <[email protected]>
Reviewed-by: Bo Peng <[email protected]>
Backpatch-through: v4.4
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=09cd631edb0f962403a503ff02bdbea739de4...
Modified Files
--------------
src/main/pgpool_main.c | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: pgpool: Fix query cache lock file handling.
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox