[pgpool-committers: 7897] pgpool: Fix query cache to not cache SQLValueFunctions (CURRENT_TIME, C
Tatsuo Ishii
ishii at sraoss.co.jp
Wed Jul 7 15:33:02 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_0_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=740befec0ae0e2a270edc177bbb527e435f6c8f6
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