Fix build with LWLOCK_STATS or dtrace.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: dea6ed2c980286e89caf4166ad329f506abbff29
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2014-03-21T22:26:34Z
Releases: 9.4.0
Fix build with LWLOCK_STATS or dtrace.

Also fix the name of the dtrace probe for LWLockAcquireOrWait(). The
function was renamed from LWLockWaitUntilFree to LWLockAqcuireOrWait, but
the dtrace probe was neglected.

Pointed out by Andres Freund and the buildfarm.

Files

PathChange+/−
src/backend/storage/lmgr/lwlock.c modified +14 −5
src/backend/utils/probes.d modified +2 −2