8000
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 2c7db50 commit 352b8cfCopy full SHA for 352b8cf
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