pgsql: Refactor BuildIndexInfo() with the new makeIndexInfo()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Refactor BuildIndexInfo() with the new makeIndexInfo()
Date: 2019-08-04 02:19:56
Message-ID: E1hu67o-0007vC-4s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Refactor BuildIndexInfo() with the new makeIndexInfo()

This portion of the code got forgotten in 7cce159 which has introduced a
new routine to build this node, and this finishes the unification of the
places where IndexInfo is initialized.

Author: Michael Paquier
Discussion: https://postgr.es/m/20190801041322.GA3435@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/69edf4f8802247209e77f69e089799b3d83c13a4

Modified Files
--------------
src/backend/catalog/index.c | 52 +++++++++++++--------------------------------
1 file changed, 15 insertions(+), 37 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-08-04 05:45:19 pgsql: Make relnote item wording consistent
Previous Message Tom Lane 2019-08-02 20:18:52 pgsql: First-draft release notes for 11.5.