Re: [HACKERS] Range Merge Join v1 - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: [HACKERS] Range Merge Join v1
Date
Msg-id CAMp0ubePNh_n=Q3rqFv=Vjz-VmzVg5065Ko0xM+jUi9Lwo57TQ@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Range Merge Join v1  (Rafia Sabih <rafia.sabih@enterprisedb.com>)
List pgsql-hackers
On Thu, Apr 20, 2017 at 2:05 AM, Rafia Sabih
<rafia.sabih@enterprisedb.com> wrote:
> Looks like an interesting idea, however, in an attempt to test this patch I
> found following error when compiling,
> selfuncs.c: In function ‘mergejoinscansel’:
> selfuncs.c:2901:12: error: ‘op_strategy’ undeclared (first use in this
> function)
>            &op_strategy,
>

Looks like filterdiff destroyed my patch from git. Attaching unified
version against master 3820c63d.

Thanks!
     Jeff Davis

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] Re: logical replication and PANIC during shutdowncheckpoint in publisher
Next
From: Remi Colinet
Date:
Subject: Re: [HACKERS] [PATCH] New command to monitor progression of longrunning queries