postgresql/src/backend/catalog
Michael Paquier 69edf4f880 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
2019-08-04 11:18:57 +09:00
..
.gitignore Replace our traditional initial-catalog-data format with a better design. 2018-04-08 13:17:27 -04:00
Catalog.pm Create a script that can renumber manually-assigned OIDs. 2019-03-12 10:50:48 -04:00
Makefile Rework the pg_statistic_ext catalog 2019-06-16 01:20:31 +02:00
aclchk.c Fix inconsistencies in the code 2019-07-08 13:15:09 +09:00
catalog.c Fix typos and inconsistencies in code comments 2019-06-14 09:34:34 +09:00
dependency.c Install dependencies to prevent dropping partition key columns. 2019-07-22 14:55:40 -04:00
genbki.pl Initial pgperltidy run for v12. 2019-05-22 13:36:19 -04:00
heap.c Install dependencies to prevent dropping partition key columns. 2019-07-22 14:55:40 -04:00
index.c Refactor BuildIndexInfo() with the new makeIndexInfo() 2019-08-04 11:18:57 +09:00
indexing.c Fix unused variable compiler warning in !debug builds. 2019-04-30 17:45:32 -07:00
information_schema.sql Update SQL features/conformance information to SQL:2016 2019-05-14 15:44:37 +02:00
namespace.c Fix inconsistencies and typos in the tree 2019-07-16 13:23:53 +09:00
objectaccess.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
objectaddress.c Fix handling of COMMENT for domain constraints 2019-06-12 11:30:11 +09:00
partition.c Represent Lists as expansible arrays, not chains of cons-cells. 2019-07-15 13:41:58 -04:00
pg_aggregate.c Fix inconsistencies and typos in the tree 2019-07-29 12:28:30 +09:00
pg_collation.c Collations with nondeterministic comparison 2019-03-22 12:12:43 +01:00
pg_constraint.c Move code for managing PartitionDescs into a new file, partdesc.c 2019-02-21 11:45:02 -05:00
pg_conversion.c tableam: Add and use scan APIs. 2019-03-11 12:46:41 -07:00
pg_db_role_setting.c tableam: Add and use scan APIs. 2019-03-11 12:46:41 -07:00
pg_depend.c Make identity sequence management more robust 2019-07-22 12:07:10 +02:00
pg_enum.c Remove superfluous tqual.h includes. 2019-01-21 12:15:02 -08:00
pg_inherits.c Represent Lists as expansible arrays, not chains of cons-cells. 2019-07-15 13:41:58 -04:00
pg_largeobject.c Remove superfluous tqual.h includes. 2019-01-21 12:15:02 -08:00
pg_namespace.c Replace uses of heap_open et al with the corresponding table_* function. 2019-01-21 10:51:37 -08:00
pg_operator.c Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
pg_proc.c Represent Lists as expansible arrays, not chains of cons-cells. 2019-07-15 13:41:58 -04:00
pg_publication.c Represent Lists as expansible arrays, not chains of cons-cells. 2019-07-15 13:41:58 -04:00
pg_range.c Remove superfluous tqual.h includes. 2019-01-21 12:15:02 -08:00
pg_shdepend.c Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
pg_subscription.c tableam: Add and use scan APIs. 2019-03-11 12:46:41 -07:00
pg_type.c Replace uses of heap_open et al with the corresponding table_* function. 2019-01-21 10:51:37 -08:00
sql_feature_packages.txt > I have installed your patch and adjusted the names of the standards 2004-12-02 22:51:28 +00:00
sql_features.txt Update SQL conformance information about JSON path 2019-06-03 21:36:04 +02:00
storage.c Initial pgindent run for v12. 2019-05-22 12:55:34 -04:00
system_views.sql Further fix privileges on pg_statistic_ext[_data]. 2019-06-16 11:00:23 -04:00
toasting.c Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00