We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d65416 commit 05c16b8Copy full SHA for 05c16b8
src/bin/pg_dump/pg_dump.h
@@ -368,7 +368,7 @@ typedef struct _indxInfo
368
* contains both key and nonkey attributes */
369
bool indisclustered;
370
bool indisreplident;
371
- Oid parentidx; /* if partitioned, parent index OID */
+ Oid parentidx; /* if a partition, parent index OID */
372
SimplePtrList partattaches; /* if partitioned, partition attach objects */
373
374
/* if there is an associated constraint object, its dumpId: */
0 commit comments