pgsql: Extend dsm API with a new function dsm_unpin_mapping.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Extend dsm API with a new function dsm_unpin_mapping.
Дата
Msg-id E1XjuzS-0005SM-EC@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Extend dsm API with a new function dsm_unpin_mapping.

This reassociates a dynamic shared memory handle previous passed to
dsm_pin_mapping with the current resource owner, so that it will be
cleaned up at the end of the current query.

Patch by me.  Review of the function name by Andres Freund, Amit
Kapila, Jim Nasby, Petr Jelinek, and Álvaro Herrera.

Branch
------
master

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

Modified Files
--------------
src/backend/storage/ipc/dsm.c |   18 ++++++++++++++++++
src/include/storage/dsm.h     |    1 +
2 files changed, 19 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Test IsInTransactionChain, not IsTransactionBlock, in vac_update
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Improve CREATE VIEW / WITH documentation