1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

Fix typo in comment

Introduced by 8b08f7d4820f; backpatch to 11.

Discussion: https://postgr.es/m/20200812214918.GA30353@alvherre.pgsql
This commit is contained in:
Alvaro Herrera 2020-09-01 20:43:23 -04:00
parent 2c7db50ce8
commit 352b8cf59f
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE

View File

@ -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: */