Commit 05c16b82 authored by Alvaro Herrera's avatar Alvaro Herrera

Fix typo in comment

Introduced by 8b08f7d4; backpatch to 11.

Discussion: https://postgr.es/m/20200812214918.GA30353@alvherre.pgsql
parent 1d654166
...@@ -368,7 +368,7 @@ typedef struct _indxInfo ...@@ -368,7 +368,7 @@ typedef struct _indxInfo
* contains both key and nonkey attributes */ * contains both key and nonkey attributes */
bool indisclustered; bool indisclustered;
bool indisreplident; bool indisreplident;
Oid parentidx; /* if partitioned, parent index OID */ Oid parentidx; /* if a partition, parent index OID */
SimplePtrList partattaches; /* if partitioned, partition attach objects */ SimplePtrList partattaches; /* if partitioned, partition attach objects */
/* if there is an associated constraint object, its dumpId: */ /* if there is an associated constraint object, its dumpId: */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment