[pgpool-committers: 1647] pgpool: Fix cache locality of unlogged tables detection code.
Tatsuo Ishii
ishii at postgresql.org
Tue Feb 11 23:50:15 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].
Branches
--------
EXCEPTION_MGR
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=220fabaf3a4ebc5320efccc1cd98963bf0641354
Modified Files
--------------
src/utils/pool_select_walker.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the pgpool-committers
mailing list