Rename LWLockWaitUntilFree to LWLockAcquireOrWait. LWLockAcquireOrWait makes it more clear that the lock is acquired if it's free.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/1a01560cbb78ff363fc7d70298328aa23f05bfb5 Modified Files -------------- src/backend/access/transam/xlog.c | 2 +- src/backend/storage/lmgr/lwlock.c | 12 ++++++------ src/include/storage/lwlock.h | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
