mirror of
https://github.com/postgres/postgres.git
synced 2026-02-27 11:50:33 -05: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:
parent
1fa1f2c39e
commit
70ccff88d9
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ typedef struct _indxInfo
|
|||
* contains both key and nonkey attributes */
|
||||
bool indisclustered;
|
||||
bool indisreplident;
|
||||
Oid parentidx; /* if partitioned, parent index OID */
|
||||
Oid parentidx; /* if a partition, parent index OID */
|
||||
/* if there is an associated constraint object, its dumpId: */
|
||||
DumpId indexconstraint;
|
||||
int relpages; /* relpages of the underlying table */
|
||||
|
|
|
|||
Loading…
Reference in a new issue