On 2019-03-06 13:00, Nikita Glukhov wrote:
On 06.03.2019 13:11, Erik Rijkers wrote:
Context: I'm trying to compile the jsonpath v36 patches (these apply OK), and on top of those the jsonfunctions and jsontable patch series.
Patch 0001-Implementation-of-SQL-JSON-path-language-v36.patch from the "SQL/JSON: functions" patch set is a simply squash of all 6 jsonpath patches on which this patch set depends. I included it into this patch set just for testing in patch-tester (I guess patch-tester cannot handle patch dependencies). If you apply SQL/JSON patch sets step by step, then you need to apply only patch 0002 from "SQL/JSON: functions" and "SQL/JSON: JSON_TABLE".
Ah, that explains it. I suppose I should have guessed that. Applied in that way it built fine (apply, compile, check-world OK). Thank you, Erik Rijkers