pgsql: Fix build with LWLOCK_STATS or dtrace.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix build with LWLOCK_STATS or dtrace.
Дата
Msg-id E1WR7zy-0001xq-9K@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/dea6ed2c980286e89caf4166ad329f506abbff29

Modified Files
--------------
src/backend/storage/lmgr/lwlock.c |   19 ++++++++++++++-----
src/backend/utils/probes.d        |    4 ++--
2 files changed, 16 insertions(+), 7 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pgsql: Allow opclasses to provide tri-valued GIN consistent functions.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix thinkos in GinLogicValue enum.