[pgpool-committers: 372] pgpool: Fix hash functions. The pointer to	free hash elements did not	o
    Tatsuo Ishii 
    ishii at postgresql.org
       
    Mon Jun 11 09:42:06 JST 2012
    
    
  
Fix hash functions. The pointer to free hash elements did not on
shared memory. Add "volatile" modifier to gloval variables which point
to shared memory area. This is neccessary to prevent the compiler from
changing instruction reordering in the optimization process.
Branches
--------
feature/watchdog
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=1034e904e87a76f19979d89019acbd2d1a2f067b
Modified Files
--------------
pool_memqcache.c |   65 ++++++++++++++++++++++++++++++++++-------------------
1 files changed, 42 insertions(+), 23 deletions(-)
    
    
More information about the pgpool-committers
mailing list