pgsql: Fix attach-related race condition in shm_mq_send_bytes.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix attach-related race condition in shm_mq_send_bytes.
Дата
Msg-id E1ZNiK8-0007ri-9s@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix attach-related race condition in shm_mq_send_bytes.

Spotted by Antonin Houska.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/846f8c9483a8f31e45bf949db1721706a2765771

Modified Files
--------------
src/backend/storage/ipc/shm_mq.c |   38 +++++++++++++++++++++-----------------
1 file changed, 21 insertions(+), 17 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix attach-related race condition in shm_mq_send_bytes.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Further adjustments to PlaceHolderVar removal.