Thanks to visit codestin.com Credit goes to github.com
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 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