liquid_feedback_core

annotate Makefile @ 295:69d6fba0f84c

Use EXCLUSIVE MODE table locks in function "lock_issue"("issue"."id")

Avoids deadlocks caused by explicit FOR UPDATE row locks when updating member statements and implicit FOR SHARE row locks when writing snapshots.
author jbe
date Thu Sep 13 17:02:22 2012 +0200 (2012-09-13)
parents 8d021cb5eaf4
children c8cd87b87708
rev   line source
jbe@0 1 lf_update: lf_update.c
jbe@0 2 cc -Wall -g -lpq \
jbe@0 3 -I "`pg_config --includedir`" \
jbe@0 4 -L "`pg_config --libdir`" \
jbe@0 5 -o lf_update lf_update.c
jbe@0 6
jbe@0 7 clean::
jbe@0 8 rm -f lf_update

Impressum / About Us