On Thu, Nov 19, 2020 at 11:04 AM Surafel Temesgen <[email protected]>
wrote:
>
> Attached is a rebased one.
> regards
> Surafel
>
Thank you for your work on this! The v7 patch fails on the current master
branch. Error from make:
gram.y:16695:1: error: static declaration of ‘makeAndExpr’ follows
non-static declaration
makeAndExpr(Node *lexpr, Node *rexpr, int location)
^~~~~~~~~~~
In file included from gram.y:58:0:
../../../src/include/nodes/makefuncs.h:108:14: note: previous declaration
of ‘makeAndExpr’ was here
extern Node *makeAndExpr(Node *lexpr, Node *rexpr, int location);
^~~~~~~~~~~
gram.y:16695:1: warning: ‘makeAndExpr’ defined but not used
[-Wunused-function]
makeAndExpr(Node *lexpr, Node *rexpr, int location)
^~~~~~~~~~~
The docs have two instances of "EndtTime" that should be "EndTime".
Ryan Lambert