Re: WIP: System Versioned Temporal Table
От | Ryan Lambert |
---|---|
Тема | Re: WIP: System Versioned Temporal Table |
Дата | |
Msg-id | CAN-V+g_ZpK7cbx7szKV8Ma6sNNGy4d34sGh5FMy14h68F8gjBQ@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: WIP: System Versioned Temporal Table (Surafel Temesgen <surafel3000@gmail.com>) |
Ответы |
Re: WIP: System Versioned Temporal Table
|
Список | pgsql-hackers |
On Thu, Nov 19, 2020 at 11:04 AM Surafel Temesgen <surafel3000@gmail.com> wrote:
Attached is a rebased one.regardsSurafel
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 declarationmakeAndExpr(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 hereextern 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
В списке pgsql-hackers по дате отправления: