[pgpool-committers: 1587] pgpool: Fix cache locality of unlogged tables detection code.
Tatsuo Ishii
ishii at postgresql.org
Tue Jan 7 14:07:42 JST 2014
Fix cache locality of unlogged tables detection code.
It was mistakenly defined as a session local cache, which causes
unwanted cache invalidation at session starting, which brings bad
performance. Pointed out at [pgpool-hackers: 435][[pgpool-general:
2325].
Branch
------
V3_1_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=a3442f382bca78bcd7be13dc806f4e13b5edbe59
Modified Files
--------------
pool_select_walker.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the pgpool-committers
mailing list