[pgpool-committers: 7898] pgpool: Fix query cache to not cache SQLValueFunctions (CURRENT_TIME, C
Tatsuo Ishii
ishii at sraoss.co.jp
Wed Jul 7 15:33:07 JST 2021
Fix query cache to not cache SQLValueFunctions (CURRENT_TIME, CURRENT_USER etc.).
Checking SQLValueFunctions was missed whether to be cached or not and
they were regarded as non function objects. As a result they were
cached.
Also add more test cases.
Branch
------
V4_1_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=f3ad7cb63f9fa1c1b93e1a0b352fb578c8827df1
Modified Files
--------------
src/test/regression/tests/006.memqcache/test.sh | 4 ++++
src/utils/pool_select_walker.c | 11 ++++++++++-
2 files changed, 14 insertions(+), 1 deletion(-)
More information about the pgpool-committers
mailing list