[pgpool-committers: 69] pgpool: Fix hash functions. The pointer to free hash elements did not o
Tatsuo Ishii
ishii at postgresql.org
Sun Mar 18 09:10:59 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.
Branch
------
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