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 1fa1f2c commit 70ccff8Copy full SHA for 70ccff8
src/bin/pg_dump/pg_dump.h
@@ -370,7 +370,7 @@ typedef struct _indxInfo
370
* contains both key and nonkey attributes */
371
bool indisclustered;
372
bool indisreplident;
373
- Oid parentidx; /* if partitioned, parent index OID */
+ Oid parentidx; /* if a partition, parent index OID */
374
/* if there is an associated constraint object, its dumpId: */
375
DumpId indexconstraint;
376
int relpages; /* relpages of the underlying table */
0 commit comments