Re: scrollable cursor sup. for SPI

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: scrollable cursor sup. for SPI
Дата
Msg-id 1168882018.6174.86.camel@localhost.localdomain
обсуждение исходный текст
Ответ на scrollable cursor sup. for SPI  ("Pavel Stehule" <pavel.stehule@hotmail.com>)
Ответы Re: scrollable cursor sup. for SPI  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
On Sun, 2007-01-14 at 13:57 +0100, Pavel Stehule wrote:
> this patch adds scrollable support functions to SPI. It's necessary for
> scrollable cursors in plpgsql. Original API is without changes.

One trivial point is that if you're going to use an int * to represent
an "optional int" argument, it would be better to at least use a "const"
qualifier. However, in this case, it might be simpler to just represent
"no options passed" as 0.

Barring any objections, I'll apply a slightly improved version of this
patch tomorrow.

-Neil



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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: pg_dumpall default database
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: O_DIRECT support for Windows