Re: GSoC 2017: Foreign Key Arrays

From: Erik Rijkers <er(at)xs4all(dot)nl>
To: Mark Rofail <markm(dot)rofail(at)gmail(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Alexander Korotkov <aekorotkov(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org, David Steele <david(at)pgmasters(dot)net>, Stephen Frost <sfrost(at)snowman(dot)net>, pgsql-hackers-owner(at)postgresql(dot)org
Subject: Re: GSoC 2017: Foreign Key Arrays
Date: 2017-07-24 21:44:02
Message-ID: e8a286dc7b523dcd4f811e472a50d3cb@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2017-07-24 23:31, Mark Rofail wrote:
> On Mon, Jul 24, 2017 at 11:25 PM, Erik Rijkers <er(at)xs4all(dot)nl> wrote:
>>
>> This patch doesn't apply to HEAD at the moment ( e2c8100e6072936 ).
>>
>
> My bad, I should have mentioned that the patch is dependant on the
> original
> patch.
> Here is a *unified* patch that I just tested.

Thanks. Apply is now good, but I get this error when compiling:

ELEMENT' not present in UNRESERVED_KEYWORD section of gram.y
make[4]: *** [gram.c] Error 1
make[3]: *** [parser/gram.h] Error 2
make[2]: *** [../../src/include/parser/gram.h] Error 2
make[1]: *** [all-common-recurse] Error 2
make: *** [all-src-recurse] Error 2

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mat Arye 2017-07-24 21:51:09 Fwd: Syncing sql extension versions with shared library versions
Previous Message Mark Rofail 2017-07-24 21:31:21 Re: GSoC 2017: Foreign Key Arrays