[PATCH] Clarify issues with SPI and C language function limitations

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: pgsql-patches(at)postgresql(dot)org
Subject: [PATCH] Clarify issues with SPI and C language function limitations
Date: 2005-08-13 19:12:21
Message-ID: 20050813191216.GE24155@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)svana(dot)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 Content-Type Size
spi.patch text/plain 1.7 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Brendan Jurd 2005-08-13 19:51:16 Re: gettime() - a timeofday() alternative
Previous Message Tom Lane 2005-08-13 19:05:51 Re: [HACKERS] For review: Server instrumentation patch