From: | Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net>, Erik Rijkers <er(at)xs4all(dot)nl>, David Steele <david(at)pgmasters(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Cc: | Michael Paquier <michael(at)paquier(dot)xyz>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, Oleg Bartunov <obartunov(at)gmail(dot)com>, Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>, Zhihong Yu <zyu(at)yugabyte(dot)com> |
Subject: | Re: SQL/JSON: JSON_TABLE |
Date: | 2021-03-27 01:12:56 |
Message-ID: | [email protected] |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Attached 47th version of the patches.
On 26.03.2021 23:58, Andrew Dunstan wrote:
> On 3/26/21 4:48 PM, Erik Rijkers wrote:
>
>> Hi,
>>
>> The four v46 patches apply fine, but on compile I get (debian/gcc):
>>
>> make --quiet -j 4
>> make[3]: *** No rule to make target 'parse_jsontable.o', needed by 'objfiles.txt'. Stop.
>> make[3]: *** Waiting for unfinished jobs....
>> make[2]: *** [parser-recursive] Error 2
>> make[2]: *** Waiting for unfinished jobs....
>> make[1]: *** [all-backend-recurse] Error 2
>> make: *** [all-src-recurse] Error 2
>> common.mk:39: recipe for target 'parser-recursive' failed
>> Makefile:42: recipe for target 'all-backend-recurse' failed
>> GNUmakefile:11: recipe for target 'all-src-recurse' failed
> Yeah, I messed up :-( Forgot to git-add some files.
>
>
> will repost soon.
I have added forgotten files and fixed the first patch.
--
Nikita Glukhov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
Attachment | Content-Type | Size |
---|---|---|
0001-SQL-JSON-functions-v47.patch.gz | application/gzip | 86.6 KB |
0002-JSON_TABLE-v47.patch.gz | application/gzip | 26.6 KB |
0003-JSON_TABLE-PLAN-DEFAULT-clause-v47.patch.gz | application/gzip | 6.9 KB |
0004-JSON_TABLE-PLAN-clause-v47.patch.gz | application/gzip | 12.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Nikita Glukhov | 2021-03-27 01:14:12 | Re: SQL/JSON: functions |
Previous Message | Tomas Vondra | 2021-03-27 00:50:54 | Showing applied extended statistics in explain |