aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog/index.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2012-06-14 09:47:30 -0400
committerRobert Haas <rhaas@postgresql.org>2012-06-14 09:47:30 -0400
commitd2c86a1ccd17145eeed2377ff7930e2ccbf5869e (patch)
treea437b9dc21d0027b920e7bf297fe43a625e6ddb7 /src/backend/catalog/index.c
parent7582e0be78bc031803e274d428381e0b6077b810 (diff)
downloadpostgresql-d2c86a1ccd17145eeed2377ff7930e2ccbf5869e.tar.gz
postgresql-d2c86a1ccd17145eeed2377ff7930e2ccbf5869e.zip
Remove RELKIND_UNCATALOGED.
This may have been important at some point in the past, but it no longer does anything useful. Review by Tom Lane.
Diffstat (limited to 'src/backend/catalog/index.c')
-rw-r--r--src/backend/catalog/index.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/catalog/index.c b/src/backend/catalog/index.c
index 9e8b1cc49bc..89d346886d4 100644
--- a/src/backend/catalog/index.c
+++ b/src/backend/catalog/index.c
@@ -836,7 +836,6 @@ index_create(Relation heapRelation,
*/
indexRelation->rd_rel->relowner = heapRelation->rd_rel->relowner;
indexRelation->rd_rel->relam = accessMethodObjectId;
- indexRelation->rd_rel->relkind = RELKIND_INDEX;
indexRelation->rd_rel->relhasoids = false;
/*