We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e364632 commit fcc4275Copy full SHA for fcc4275
src/bin/pg_dump/pg_dump.h
@@ -371,7 +371,7 @@ typedef struct _indxInfo
371
* contains both key and nonkey attributes */
372
bool indisclustered;
373
bool indisreplident;
374
- Oid parentidx; /* if partitioned, parent index OID */
+ Oid parentidx; /* if a partition, parent index OID */
375
SimplePtrList partattaches; /* if partitioned, partition attach objects */
376
377
/* if there is an associated constraint object, its dumpId: */
0 commit comments