"Kevin Grittner" <kevin.gritt...@wicourts.gov> writes: > Heikki Linnakangas <heikki.linnakan...@enterprisedb.com> wrote: >> I think you'll need to just memorize the lock deletion command in >> a backend-local list, and perform the deletion in a post-commit >> function. Something similar to the PendingRelDelete stuff in >> storage.c. In fact, hooking into smgrDoPendingDeletes would work, >> but that seems like a modularity violation. > Thanks. That's helpful. Will look at that code and do something > similar.
Keep in mind that it's too late to throw any sort of error post-commit. Any code you add there will need to have negligible probability of failure. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers