Re: missing PG_RETURN_UINT16 - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: missing PG_RETURN_UINT16
Date
Msg-id CAHGQGwEWCdJ-Yd_Lv7QJcVPJV=7tJTzuLqCB7MR52WB31Luu0w@mail.gmail.com
Whole thread Raw
In response to Re: missing PG_RETURN_UINT16  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: missing PG_RETURN_UINT16
List pgsql-hackers
On Wed, Aug 6, 2014 at 4:47 AM, Robert Haas <robertmhaas@gmail.com> wrote:
> On Mon, Aug 4, 2014 at 11:35 AM, Manuel Kniep <m.kniep@web.de> wrote:
>> I’m missing the PG_RETURN_UINT16 macro in fmgr.h
>> Since we already have the PG_GETARG_UINT16 macro
>> I guess it makes sense to to have it.
>>
>> here is the trivial patch for it.
>
> I see no reason not to add this.  Anyone else want to object?

+1 to add that.

What about backpatch to 9.4? This is very simple change and there seems to
be no reason to wait for it until 9.5.

Regards,

--
Fujii Masao



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: pg_receivexlog add synchronous mode
Next
From: Fabien COELHO
Date:
Subject: Re: A worst case for qsort