Re: pgsql: Add infrastructure to support EphemeralNamedRelation references.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Add infrastructure to support EphemeralNamedRelation references.
Дата
Msg-id 27842.1491022889@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Add infrastructure to support EphemeralNamedRelationreferences.  (Kevin Grittner <kgrittn@postgresql.org>)
Ответы Re: pgsql: Add infrastructure to supportEphemeralNamedRelation references.  (Kevin Grittner <kgrittn@gmail.com>)
Список pgsql-committers
rhinoceros says you missed contrib/sepgsql.

More generally, if you hack the API of some globally-referenced function,
you ought to grep for references to it rather than just assume your
compiler will find them all for you.  For one thing, that approach is a
great way to fail to update relevant comments.

(And while I'm bitching, you definitely failed to update ProcessUtility's
header comment, which like most significant functions takes some pains
to describe all the arguments.)

            regards, tom lane


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

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Add transition table support to plpgsql.
Следующее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Try to fix breakage of sepgsql hooks by ENR patch.