[pgpool-committers: 70] pgpool: Fix hash functions. The pointer to free hash elements did not o
Tatsuo Ishii
ishii at postgresql.org
Sun Mar 18 09:24:35 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
------
feature/watchdog
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