Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 05c16b8

Browse files
committed
Fix typo in comment
Introduced by 8b08f7d; backpatch to 11. Discussion: https://postgr.es/m/20200812214918.GA30353@alvherre.pgsql
1 parent 1d65416 commit 05c16b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_dump.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ typedef struct _indxInfo
368368
* contains both key and nonkey attributes */
369369
bool indisclustered;
370370
bool indisreplident;
371-
Oid parentidx; /* if partitioned, parent index OID */
371+
Oid parentidx; /* if a partition, parent index OID */
372372
SimplePtrList partattaches; /* if partitioned, partition attach objects */
373373

374374
/* if there is an associated constraint object, its dumpId: */

0 commit comments

Comments
 (0)