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

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Simon Riggs <simon(at)2ndQuadrant(dot)com>
Cc: Robert Haas <rhaas(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Adjust many backend functions to return OID rather than void.
Date: 2012-12-24 16:14:36
Message-ID: 20121224161436.GA19778@alap2.fritz.box
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi,

On 2012-12-24 12:52:26 +0000, Simon Riggs wrote:
> On 23 December 2012 21:49, Robert Haas <rhaas(at)postgresql(dot)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

Attachment Content-Type Size
0001-Adapt-some-more-function-declarations-to-return-Oid.patch text/x-patch 2.0 KB

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2012-12-24 16:26:52 pgsql: Fix more weird compiler messages caused
Previous Message Simon Riggs 2012-12-24 12:52:26 Re: pgsql: Adjust many backend functions to return OID rather than void.