]> granicus.if.org Git - postgresql/commit
Add a mechanism to let dynamically loaded modules register post-commit/
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 28 Sep 2003 23:26:20 +0000 (23:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 28 Sep 2003 23:26:20 +0000 (23:26 +0000)
commit89347900527af6881efbf681b4e330d8074d35dd
tree28e5ea22ba95ec0afb9d6e046f01c085cc090d73
parenta15207f8d69cd7650e1a6fd962f7e3e8c543ce78
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.
src/backend/access/transam/xact.c
src/include/access/xact.h