[pgpool-committers: 1830] pgpool: Fix cache locality of unlogged tables detection code.
Muhammad Usama
m.usama at gmail.com
Tue May 6 20:08:08 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
------
EXCEPTION_MGR
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=f5f93712edac073e46e60085daaebaf64ae80dd2
Author: Tatsuo Ishii <ishii at postgresql.org>
Modified Files
--------------
src/utils/pool_select_walker.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the pgpool-committers
mailing list