Lists: | pgsql-hackers |
---|
From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | More refactoring for BuildIndexInfo |
Date: | 2019-08-01 04:13:22 |
Message-ID: | 20190801041322.GA3435@paquier.xyz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-hackers |
Hi all,
7cce1593 has introduced a new routine makeIndexInfo to create
IndexInfo nodes. It happens that we can do a bit more refactoring as
per the attached, as BuildIndexInfo can make use of this routine,
removing some duplication on the way (filling in IndexInfo was still
duplicated in a couple of places before 7cce159).
Any thoughts or objections?
--
Michael
Attachment | Content-Type | Size |
---|---|---|
indexinfo-refactor.patch | text/x-diff | 2.4 KB |
From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: More refactoring for BuildIndexInfo |
Date: | 2019-08-04 02:20:04 |
Message-ID: | 20190804022004.GA2119@paquier.xyz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-hackers |
On Thu, Aug 01, 2019 at 01:13:22PM +0900, Michael Paquier wrote:
> Any thoughts or objections?
Hearing nothing, done.
--
Michael