pgpool: Fix point less warning in query cache invalidation.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Fix point less warning in query cache invalidation.
Date: 2025-09-05 09:20:32
Message-ID: E1uuScR-00BfWY-2L@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Fix point less warning in query cache invalidation.

When memcached support is disabled, query cache invalidation by query
emitted point less warning. This makes 006.memcached regression test
failed.

PGPOOL SET CACHE DELETE '/*FORCE QUERY CACHE*/SELECT 1;';
WARNING: failed to delete query cache on memcached, memcached support is not enabled

Backpatch-through: v4.6

Branch
------
master

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

Modified Files
--------------
src/query_cache/pool_memqcache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-09-08 06:12:57 pgpool: Test: renumber regression tests.
Previous Message Tatsuo Ishii 2025-09-05 09:20:31 pgpool: Fix query cache when pgpool is built without memcached.