[pgpool-committers: 7896] pgpool: Fix query cache to not cache SQLValueFunctions (CURRENT_TIME, C

Tatsuo Ishii ishii at sraoss.co.jp
Wed Jul 7 15:32:58 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
------
V3_7_STABLE

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

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