Re: Time to drop old-style (V0) functions?

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Time to drop old-style (V0) functions?
Date: 2017-03-27 03:06:39
Message-ID: CAMsr+YGn-CM2BDoOj1OWVoxzqZyjBMp9H+9jDemMjb4XRxuf3A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 27 March 2017 at 10:59, Craig Ringer <craig(at)2ndquadrant(dot)com> wrote:
> On 27 March 2017 at 10:45, Craig Ringer <craig(at)2ndquadrant(dot)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 Content-Type Size
0001-Move-contrib-seg-to-only-use-V1-calling-conventions.patch text/x-patch 22.3 KB
0002-Remove-support-for-version-0-calling-conventions.patch text/x-patch 48.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2017-03-27 03:51:04 Re: Problem in Parallel Bitmap Heap Scan?
Previous Message Craig Ringer 2017-03-27 02:59:31 Re: Time to drop old-style (V0) functions?