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

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Adjust many backend functions to return OID rather than void.
Date: 2012-12-24 12:52:26
Message-ID: CA+U5nMJXB38cmdaa87zv1BrWMqL9dcotdUpup945LZRt5DFhJg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2012-12-24 16:14:36 Re: pgsql: Adjust many backend functions to return OID rather than void.
Previous Message Simon Riggs 2012-12-24 09:19:44 pgsql: Add function prototype from previous commit.