Обсуждение: pgsql-server/src include/access/xact.h backend ...

Поиск
Список
Период
Сортировка

pgsql-server/src include/access/xact.h backend ...

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/09/28 20:26:20

Modified files:
    src/include/access: xact.h
    src/backend/access/transam: xact.c

Log message:
    Add a mechanism to let dynamically loaded modules register post-commit/
    post-abort cleanup hooks.  I'm surprised that we have not needed this
    already, but I need it now to fix a plpgsql problem, and the usefulness
    for other dynamically loaded modules seems obvious.