On Mon, Aug 21, 2017 at 10:18 AM, Thomas Munro <[email protected]> wrote: > On Mon, Aug 21, 2017 at 6:17 AM, Andres Freund <[email protected]> wrote: >> I think it'd be a good idea to backpatch the addition of >> TupleDescAttr(tupledesc, n) to make future backpatching easier. What do >> others think? > > +1 > > That would also provide a way for extension developers to be able to > write code that compiles against PG11 and also earlier releases > without having to do ugly conditional macros stuff.
Updating only tupdesc.h is harmless, so no real objection to your argument. -- Michael -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
