Skip to content

Commit 70ccff8

Browse files
committed
Fix typo in comment
Introduced by 8b08f7d; backpatch to 11. Discussion: https://postgr.es/m/20200812214918.GA30353@alvherre.pgsql
1 parent 1fa1f2c commit 70ccff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_dump.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ typedef struct _indxInfo
370370
* contains both key and nonkey attributes */
371371
bool indisclustered;
372372
bool indisreplident;
373-
Oid parentidx; /* if partitioned, parent index OID */
373+
Oid parentidx; /* if a partition, parent index OID */
374374
/* if there is an associated constraint object, its dumpId: */
375375
DumpId indexconstraint;
376376
int relpages; /* relpages of the underlying table */

0 commit comments

Comments
 (0)