[PATCH] Clarify issues with SPI and C language function limitations - Mailing list pgsql-patches

From Martijn van Oosterhout
Subject [PATCH] Clarify issues with SPI and C language function limitations
Date
Msg-id 20050813191216.GE24155@svana.org
Whole thread Raw
Responses Re: [PATCH] Clarify issues with SPI and C language function limitations  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
[Please CC any replies]

Hi,

Here is a patch to the documentation clarifying some minor issues.

The first is to the main SPI documentation clarifying that SPI isn't
available unless there is a current snapshot (leading to the "no
snapshot has been set" error).

The second clarifies when the get_fn_expr_rettype() and
get_fn_expr_argtype() functions can actually provide the information
requested.

Have a nice day,
--
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: Tom Lane
Date:
Subject: Re: [HACKERS] For review: Server instrumentation patch
Next
From: Martijn van Oosterhout
Date:
Subject: [PATCH] Proposed: Have SPI_connect fail if there is no current snapshot