Re: pgsql: Add infrastructure to support EphemeralNamedRelation references. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Add infrastructure to support EphemeralNamedRelation references.
Date
Msg-id 27842.1491022889@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Add infrastructure to support EphemeralNamedRelationreferences.  (Kevin Grittner <kgrittn@postgresql.org>)
Responses Re: pgsql: Add infrastructure to supportEphemeralNamedRelation references.  (Kevin Grittner <kgrittn@gmail.com>)
List 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 by date:

Previous
From: Kevin Grittner
Date:
Subject: pgsql: Add transition table support to plpgsql.
Next
From: Kevin Grittner
Date:
Subject: pgsql: Try to fix breakage of sepgsql hooks by ENR patch.