[pgpool-committers: 539] pgpool: Fix pool_create_relcache to initialize no_cache_if_zero to fals

Tatsuo Ishii ishii at postgresql.org
Thu Jul 26 12:08:20 JST 2012


Fix pool_create_relcache to initialize no_cache_if_zero to false.
This makes sometimes pool_search_relcache fails to find valid cache
entry.
Note: no_cache_if_zero is not currently used. But maybe usefull in the future.
So I leave it as it is, rather than remove it.

Branch
------
master

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

Modified Files
--------------
pool_relcache.c |    1 +
1 files changed, 1 insertions(+), 0 deletions(-)



More information about the pgpool-committers mailing list