pgsql: Move lwlock-release probe back where it belongs

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Move lwlock-release probe back where it belongs
Дата
Msg-id E1lNsGK-0001Rc-S8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Move lwlock-release probe back where it belongs

The documentation specifically states that lwlock-release fires before
any released waiters have been awakened.  It worked that way until
ab5194e6f617a9a9e7aadb3dd1cee948a42d0755, where is seems to have been
misplaced accidentally.  Move it back where it belongs.

Author: Craig Ringer <craig.ringer@enterprisedb.com>
Discussion: https://www.postgresql.org/message-id/CAGRY4nwxKUS_RvXFW-ugrZBYxPFFM5kjwKT5O+0+Stuga5b4+Q@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/96ae658e6238c5e69819fb1557c2c14a555506d8

Modified Files
--------------
src/backend/storage/lmgr/lwlock.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Use valid compression method in brin_form_tuple
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Suppress various new compiler warnings.