Re: scrollable cursor sup. for SPI - Mailing list pgsql-patches

From Neil Conway
Subject Re: scrollable cursor sup. for SPI
Date
Msg-id 1168886883.6174.102.camel@localhost.localdomain
Whole thread Raw
In response to Re: scrollable cursor sup. for SPI  (Neil Conway <neilc@samurai.com>)
Responses Re: scrollable cursor sup. for SPI
List pgsql-patches
On Mon, 2007-01-15 at 12:26 -0500, Neil Conway wrote:
> Barring any objections, I'll apply a slightly improved version of this
> patch tomorrow.

BTW, how do people feel about the function names:

    SPI_cursor_open_with_options
    SPI_scroll_cursor_fetch
    SPI_scroll_cursor_move

The first seems fairly verbose to me, although I'm not sure I have a
better suggestion. Also, it seems unfortunate to clutter the API with
redundant versions of three functions that already exist, although I
suppose we can't afford to break backward compatibility.

Suggestions welcome.

-Neil



pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: TODO improvements
Next
From: Tom Lane
Date:
Subject: Re: scrollable cursor sup. for SPI