[pgpool-committers: 73] pgpool: Fix hash functions. The pointer to	free hash elements did not	o
    Tatsuo Ishii 
    ishii at postgresql.org
       
    Mon Mar 19 17:57:18 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=9bb52268b16d202210e158001dba4006e135640c
Modified Files
--------------
pool_memqcache.c |   65 ++++++++++++++++++++++++++++++++++-------------------
1 files changed, 42 insertions(+), 23 deletions(-)
    
    
More information about the pgpool-committers
mailing list