Re: revised patch for PL/PgSQL table functions

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: revised patch for PL/PgSQL table functions
Дата
Msg-id 200208282114.g7SLE1103889@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: revised patch for PL/PgSQL table functions  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
[ Tom Lane is reviewing this patch.]

Your patch has been added to the PostgreSQL unapplied patches list at:

    http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------


Neil Conway wrote:
> Neil Conway <neilc@samurai.com> writes:
> > This is an improved version of the PL/PgSQL table function patch.
>
> Here's another improved patch. I got the parser to accept 'RETURN
> NEXT' properly (thanks to Frank Ch. Eigler @ RH for his help),
> although the solution might not be perfect: I changed the scanner to
> accept 'return next' as a single token (allowing for a variable amount
> of whitespace between the first and second words, of course). If you
> have a better suggestion, let me know.
>
> I also improved some unrelated areas of the documentation a little bit
> and made some minor code cleanups.
>
> I'd like to see this patch get into 7.3beta1 -- AFAIK, the only thing
> remaining to be done is to write the docs. If I need to do anything
> else, let me know.
>
> Cheers,
>
> Neil
>
> --
> Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] pg_attribute.attisinherited ?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Superuser Reserved Backend Slots - TODO item