[pgpool-committers: 74] pgpool: Fix pool_add_table_oid_map() so that it does not read oid map f
Tatsuo Ishii
ishii at postgresql.org
Mon Mar 19 17:57:18 JST 2012
Fix pool_add_table_oid_map() so that it does not read oid map file to
make sure that same md5 key has not been already registered. This is
not necessary because:
1) If the same key has been already registered, the data should be
taken from the cache.
2) Registering same keys is not harmful.
This change significantly enhances the performance.
Branches
--------
feature/watchdog
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=c9be86d2fdca8af8cc95676779d0607602c58a13
Modified Files
--------------
pool_memqcache.c | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
More information about the pgpool-committers
mailing list