Re: Time to drop old-style (V0) functions? - Mailing list pgsql-hackers

From Craig Ringer
Subject Re: Time to drop old-style (V0) functions?
Date
Msg-id CAMsr+YGn-CM2BDoOj1OWVoxzqZyjBMp9H+9jDemMjb4XRxuf3A@mail.gmail.com
Whole thread Raw
In response to Re: Time to drop old-style (V0) functions?  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-hackers
On 27 March 2017 at 10:59, Craig Ringer <craig@2ndquadrant.com> wrote:
> On 27 March 2017 at 10:45, Craig Ringer <craig@2ndquadrant.com> wrote:
>
>> Passes "make check" and recovery tests, check-world running now.
>
> A couple of fixes pending.

Updated.

I didn't have any way to make

                seg_l = (SEG *) DatumGetPointer(DirectFunctionCall2(seg_union,
                        PointerGetDatum(seg_l),
PointerGetDatum(sort_items[i].data)));

pretty, but *shrug*.

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

Attachment

pgsql-hackers by date:

Previous
From: Craig Ringer
Date:
Subject: Re: Time to drop old-style (V0) functions?
Next
From: Dilip Kumar
Date:
Subject: Re: Problem in Parallel Bitmap Heap Scan?