pgsql: Fix logic bug in dsm_attach().

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Fix logic bug in dsm_attach().
Дата
Msg-id E1WhjQ7-0001lt-3R@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix logic bug in dsm_attach().

The previous coding would potentially cause attaching to segment A to
fail if segment B was at the same time in the process of going away.

Andres Freund, with a comment tweak by me

Branch
------
master

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

Modified Files
--------------
src/backend/storage/ipc/dsm.c |   15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Again fix initialization of auto-tuned effective_cache_size.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Improve pgindent test instructions