Refactor BuildIndexInfo() with the new makeIndexInfo()
authorMichael Paquier <michael@paquier.xyz>
Sun, 4 Aug 2019 02:18:57 +0000 (11:18 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sun, 4 Aug 2019 02:18:57 +0000 (11:18 +0900)
commit69edf4f8802247209e77f69e089799b3d83c13a4
tree986a185e49bb10d6d207f69fa5353c0791992aa8
parent2abd7ae9b20bcd810d4f19d28aefb97048813825
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
src/backend/catalog/index.c