Skip to content

Commit fcc4275

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

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
@@ -371,7 +371,7 @@ typedef struct _indxInfo
371371
* contains both key and nonkey attributes */
372372
bool indisclustered;
373373
bool indisreplident;
374-
Oid parentidx; /* if partitioned, parent index OID */
374+
Oid parentidx; /* if a partition, parent index OID */
375375
SimplePtrList partattaches; /* if partitioned, partition attach objects */
376376

377377
/* if there is an associated constraint object, its dumpId: */

0 commit comments

Comments
 (0)