Re: SQL/JSON: JSON_TABLE

Поиск
Список
Период
Сортировка
От Nikita Glukhov
Тема Re: SQL/JSON: JSON_TABLE
Дата
Msg-id 2d8dcd2f-fe6e-bf31-a21a-90a843edfafc@postgrespro.ru
обсуждение исходный текст
Ответ на Re: SQL/JSON: JSON_TABLE  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: SQL/JSON: JSON_TABLE  (Erik Rijkers <er@xs4all.nl>)
Re: SQL/JSON: JSON_TABLE  (Erik Rijkers <er@xs4all.nl>)
Список 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
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Showing applied extended statistics in explain
Следующее
От: Nikita Glukhov
Дата:
Сообщение: Re: SQL/JSON: functions