Re: simplify index tuple descriptor initialization

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Arthur Zakirov <a(dot)zakirov(at)postgrespro(dot)ru>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: simplify index tuple descriptor initialization
Date: 2018-09-13 06:28:00
Message-ID: 64fd4b96-c2b7-3609-bddb-5ba5ef724afb@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12/09/2018 15:18, Arthur Zakirov wrote:
> On Mon, Aug 27, 2018 at 04:25:28PM +0200, Peter Eisentraut wrote:
>> Whenever some pg_attribute field is added or changed, a lot of
>> repetitive changes all over the code are necessary. Here is a small
>> change to remove one such place.
>
> It looks like a reasonable change to me.
>
> The code is good and regression tests passed. There is no need to update
> the documentation.
>
> Marked as Ready for Commiter.

Committed, thanks.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro HORIGUCHI 2018-09-13 06:29:27 Re: A strange GiST error message or fillfactor of GiST build
Previous Message Amit Langote 2018-09-13 04:58:05 Re: executor relation handling