client notification of AbortTransaction()

From: Igmar Palsenberg <maillist(at)jdimedia(dot)nl>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: client notification of AbortTransaction()
Date: 2001-03-30 14:42:34
Message-ID: Pine.LNX.4.30.0103301634550.8224-100000@jdi.jdimedia.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hi,

I've written an extension to PGSQL that in some cases has to abort the
current transaction. It calls AbortCurrentTransaction() in that case, but
the problem is that the client doesn't get notified.

Is there a way to detect such an abort, or do I have to make a
modification the the client libs ??

Regards,

Igmar

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2001-03-30 15:04:25 Re: Call for platforms
Previous Message Zeugswetter Andreas SB 2001-03-30 13:13:14 AW: Re: [SQL] possible row locking bug in 7.0.3 & 7.1