Patch to check whether we are in TX when to lo_*

From: Denis Perchine <dyp(at)perchine(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Patch to check whether we are in TX when to lo_*
Date: 2000-11-03 15:59:47
Message-ID: 0011032159470B.00541@dyp.perchine.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hello,

here is the patch attached which do check in each BLOB operation, if we are
in transaction, and raise an error otherwise. This will prevent such mistakes.

--
Sincerely Yours,
Denis Perchine

----------------------------------
E-Mail: dyp(at)perchine(dot)com
HomePage: http://www.perchine.com/dyp/
FidoNet: 2:5000/120.5
----------------------------------

Attachment Content-Type Size
inv_api.c.patch text/english 2.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Denis Perchine 2000-11-03 17:22:44 Re: Patch to check whether we are in TX when to lo_*
Previous Message Tom Lane 2000-11-02 20:35:57 Re: Small fix for inv_getsize