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

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема [PATCH] Clarify issues with SPI and C language function limitations
Дата
Msg-id 20050813191216.GE24155@svana.org
обсуждение исходный текст
Ответы Re: [PATCH] Clarify issues with SPI and C language function limitations  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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.

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] For review: Server instrumentation patch
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: [PATCH] Proposed: Have SPI_connect fail if there is no current snapshot