Re: _getPlan missing support for some Plan node elements

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: _getPlan missing support for some Plan node elements
Дата
Msg-id 27747.1036790155@sss.pgh.pa.us
обсуждение исходный текст
Ответ на _getPlan missing support for some Plan node elements  (Joe Conway <mail@joeconway.com>)
Список pgsql-patches
Joe Conway <mail@joeconway.com> writes:
> I was poking around the PREPARE/EXECUTE code, and I noticed _getPlan(Plan
> *node) in readfuncs.c is missing support for 4 elements of the Plan struct.
> Attached patch adds it.

Actually, there is no reason for readfuncs.c to support Plan node types
at all; I've been thinking of ripping out all that code since it's (a)
useless and (b) tedious to maintain.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: cleanup standard includes
Следующее
От: Neil Conway
Дата:
Сообщение: removed unused defines