[pgpool-committers: 1586] 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_0_STABLE

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

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



More information about the pgpool-committers mailing list