Re: DEALLOCATE IF EXISTS

From: "Marko Tiikkaja" <pgmail(at)joh(dot)to>
To: "Vik Reykja" <vikreykja(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: DEALLOCATE IF EXISTS
Date: 2012-11-20 19:29:17
Message-ID: op.wn2623v4ye4vw9@blue.lan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 09 Oct 2012 16:44:07 +0200, Vik Reykja <vikreykja(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2012-11-20 19:29:37 Re: [PATCH] binary heap implementation
Previous Message Simon Riggs 2012-11-20 19:25:22 Re: Dumping an Extension's Script