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  (Surafel Temesgen <surafel3000@gmail.com>)
Список pgsql-hackers
On Thu, Nov 19, 2020 at 11:04 AM Surafel Temesgen <surafel3000@gmail.com> 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

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

Предыдущее
От: Pavel Borisov
Дата:
Сообщение: Re: [PATCH] Automatic HASH and LIST partition creation
Следующее
От: Dmitry Dolgov
Дата:
Сообщение: Re: [HACKERS] [PATCH] Generic type subscripting