Re: simplify index tuple descriptor initialization

From: Arthur Zakirov <a(dot)zakirov(at)postgrespro(dot)ru>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: simplify index tuple descriptor initialization
Date: 2018-09-12 13:18:40
Message-ID: 20180912131838.GA1424@zakirov.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

--
Arthur Zakirov
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2018-09-12 14:00:21 Re: [HACKERS] Cutting initdb's runtime (Perl question embedded)
Previous Message Marina Polyakova 2018-09-12 12:59:35 Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors