Re: [HACKERS] POC: Sharing record typmods between backends - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: [HACKERS] POC: Sharing record typmods between backends
Date
Msg-id CAEepm=3wk1AiAy=_gobkOVnzCwGdrw1Magq1g76oWCfN+mRuRw@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] POC: Sharing record typmods between backends  (Andres Freund <andres@anarazel.de>)
Responses Re: [HACKERS] POC: Sharing record typmods between backends  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On Mon, Aug 21, 2017 at 6:17 AM, Andres Freund <andres@anarazel.de> 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.

-- 
Thomas Munro
http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [HACKERS] Support for Secure Transport SSL library on macOS asOpenSSL alternative
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] POC: Sharing record typmods between backends