[pgpool-committers: 1588] 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_3_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=6337d47804e2c175e7284a79637153b97ac0c87e

Modified Files
--------------
pool_select_walker.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list