pgsql: Fix oversight from 9e149c8 with spin-lock handling

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix oversight from 9e149c8 with spin-lock handling
Дата
Msg-id E1fSUl4-0005Nu-0j@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix oversight from 9e149c8 with spin-lock handling

Calling an external function while a pin-lock is held is a bad idea as
those are designed to be short-lived.  The stress of a first commit into
a large git history may contribute to that.

Reported-by: Andres Freund
Discussion: https://postgr.es/m/20180611164952.vmxdpdpirdtkdsz6@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f8795d2ec8632a7242896e0f8322d13bfe922512

Modified Files
--------------
src/backend/replication/slot.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve ExecFindInitialMatchingSubPlans's subplan renumberinglo
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Logical replication