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