Re: pgsql: Adjust many backend functions to return OID rather than void.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: Adjust many backend functions to return OID rather than void.
Дата
Msg-id 20121224161436.GA19778@alap2.fritz.box
обсуждение исходный текст
Ответ на Re: pgsql: Adjust many backend functions to return OID rather than void.  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-committers
Hi,

On 2012-12-24 12:52:26 +0000, Simon Riggs wrote:
> On 23 December 2012 21:49, Robert Haas <rhaas@postgresql.org> wrote:
> > Adjust many backend functions to return OID rather than void.
> >
> > Extracted from a larger patch by Dimitri Fontaine.  It is hoped that
> > this will provide infrastructure for enriching the new event trigger
> > functionality, but it seems possibly useful for other purposes as
> > well.
>
> Thanks for working on this, but the build farm is broken as a result of this.
>
> I fixed the first thing, but its still all in pieces. If you're around
> please fix or revoke, if you're not, I'll do that.

There were some more of the same thing youve fixed, see the attached patch that
fixes the rest, at least as far as I can see when compiling HEAD here.

Greetings,

Andres Freund

--
 Andres Freund                       http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Вложения

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: pgsql: Adjust many backend functions to return OID rather than void.
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Fix more weird compiler messages caused