Re: DEALLOCATE IF EXISTS - Mailing list pgsql-hackers

From Marko Tiikkaja
Subject Re: DEALLOCATE IF EXISTS
Date
Msg-id op.wn2623v4ye4vw9@blue.lan
Whole thread Raw
In response to Re: DEALLOCATE IF EXISTS  (Vik Reykja <vikreykja@gmail.com>)
List pgsql-hackers
On Tue, 09 Oct 2012 16:44:07 +0200, Vik Reykja <vikreykja@gmail.com> wrote:
> I don't see Sébastien's message, but I made the same mistake in my patch.
> Another one is attached with copyfuncs and equalfuncs.  I did a grep for
> DeallocateStmt and I don't believe I have missed anything else.

The patch looks pretty straightforward to me, except for one thing:
previously there was no NOTICE if you sent a Close message to the server
and the prepared statement didn't exist.  But I'm leaving it for the
committer to decide whether that's a problem or not, and marking this one
Ready for Committer.


Regards,
Marko Tiikkaja



pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Dumping an Extension's Script
Next
From: Andres Freund
Date:
Subject: Re: [PATCH] binary heap implementation