pgsql: shm_mq: Repair breakage from previous commit.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: shm_mq: Repair breakage from previous commit.
Дата
Msg-id E1ZpRm2-0008J9-FG@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
shm_mq: Repair breakage from previous commit.

If the counterparty writes some data into the queue and then detaches,
it's wrong to return SHM_MQ_DETACHED right away.  If we do that, we
fail to read whatever was written.

Branch
------
master

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

Modified Files
--------------
src/backend/storage/ipc/shm_mq.c |    6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Add two missing cases to ATWrongRelkindError.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: shm_mq: Repair breakage from previous commit.