[pgpool-committers: 650] 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
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=238b25183c5453acbc249f6fb5996c2248f51e87

Modified Files
--------------
pool_memqcache.c |   22 ++++++++++++++++++----
1 files changed, 18 insertions(+), 4 deletions(-)



More information about the pgpool-committers mailing list