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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src include/access/xact.h backend ...
Date: 2003-09-28 23:26:20
Message-ID: 20030928232620.89552D1B525@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-09-28 23:37:45 pgsql-server/src/pl/plpgsql/src pl_exec.c pl_h ...
Previous Message Alvaro Herrera 2003-09-28 18:15:53 Re: Improving REINDEX for system indexes (long)