Re: [PATCH] Proposed: Have SPI_connect fail if there is no current snapshot - Mailing list pgsql-patches

From Martijn van Oosterhout
Subject Re: [PATCH] Proposed: Have SPI_connect fail if there is no current snapshot
Date
Msg-id 20050814115223.GA2875@svana.org
Whole thread Raw
In response to Re: [PATCH] Proposed: Have SPI_connect fail if there is no current snapshot  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [PATCH] Proposed: Have SPI_connect fail if there is no current snapshot
List pgsql-patches
On Sat, Aug 13, 2005 at 06:22:06PM -0400, Tom Lane wrote:
> This strikes me as a pretty unreasonable restriction.  It would be OK
> if there were no valid uses of SPI that didn't require a snapshot, but
> that's not so.  As an example, consider trying to issue a LOCK TABLE
> command via SPI (okay, there are other ways to do that, but it's still
> a valid example).

You can lock a table even while you have no valid snapshot? I thought
that without a valid snapshot you couldn't do anything, except access
system tables which are exempt from the usual snapshot rules.

In that case it may be better to document the failure case in SPI_exec.
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

Attachment

pgsql-patches by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: [HACKERS] For review: Server instrumentation patch
Next
From: Martijn van Oosterhout
Date:
Subject: Re: [PATCH] Clarify issues with SPI and C language function limitations