Re: pgsql: New files for MERGE

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: New files for MERGE
Дата
Msg-id 20180404171046.udnure7thwkgo66h@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: pgsql: New files for MERGE  (Andres Freund <andres@anarazel.de>)
Ответы Re: pgsql: New files for MERGE  (Pavan Deolasee <pavan.deolasee@gmail.com>)
Re: pgsql: New files for MERGE  (Pavan Deolasee <pavan.deolasee@gmail.com>)
Re: pgsql: New files for MERGE  (Michael Paquier <michael@paquier.xyz>)
Re: pgsql: New files for MERGE  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Hi,

On 2018-04-03 08:32:45 -0700, Andres Freund wrote:
> Hi,
> 
> On 2018-04-03 09:24:12 +0000, Simon Riggs wrote:
> > New files for MERGE
> > src/backend/executor/nodeMerge.c                   |  575 +++++++
> > src/backend/parser/parse_merge.c                   |  660 ++++++++
> > src/include/executor/nodeMerge.h                   |   22 +
> > src/include/parser/parse_merge.h                   |   19 +
> 
> Getting a bit grumpy here.  So you pushed this, without responding in
> any way to the objections I made in
> http://archives.postgresql.org/message-id/20180403021800.b5nsgiclzanobiup%40alap3.anarazel.de
> and did it in a manner that doesn't even compile?

This needs at the very least a response to the issues pointed out in the
referenced email that you chose to ignore without any sort of comment.

Greetings,

Andres Freund


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Add support for printing/reading MergeAction nodes
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Foreign keys and partitioned tables