From: Alvaro Herrera Date: Wed, 2 Sep 2020 00:43:23 +0000 (-0400) Subject: Fix typo in comment X-Git-Tag: REL_11_10~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70ccff88d910f57e427331afcbd6322ff7c80d18;p=thirdparty%2Fpostgresql.git Fix typo in comment Introduced by 8b08f7d4820f; backpatch to 11. Discussion: https://postgr.es/m/20200812214918.GA30353@alvherre.pgsql --- diff --git a/src/bin/pg_dump/pg_dump.h b/src/bin/pg_dump/pg_dump.h index f9d88cf8989..6482f495271 100644 --- a/src/bin/pg_dump/pg_dump.h +++ b/src/bin/pg_dump/pg_dump.h @@ -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 */