[pgpool-committers: 649] pgpool: Use fcntl(2) rather than flock(2)	to lock oid map files.
    Tatsuo Ishii 
    ishii at postgresql.org
       
    Fri Sep 28 16:18:00 JST 2012
    
    
  
Use fcntl(2) rather than flock(2) to lock oid map files.
flock(2) is not portable and cannot be used on Solaris.
Patch contributed by Ibrar Ahmed.
Branch
------
V3_2_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=7b3b39fab1f5eec0656af16dd2c331d139989aed
Modified Files
--------------
pool_memqcache.c |   22 ++++++++++++++++++----
1 files changed, 18 insertions(+), 4 deletions(-)
    
    
More information about the pgpool-committers
mailing list