]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix typo in comment
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 2 Sep 2020 00:43:23 +0000 (20:43 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 2 Sep 2020 00:43:23 +0000 (20:43 -0400)
Introduced by 8b08f7d4820f; backpatch to 11.

Discussion: https://postgr.es/m/20200812214918.GA30353@alvherre.pgsql

src/bin/pg_dump/pg_dump.h

index 0c2fcfb3a9ca42a973e246331e86af94e8cca06d..66b8253da52eee4e75ee8459524dafc381f3a7be 100644 (file)
@@ -368,7 +368,7 @@ typedef struct _indxInfo
                                                                 * contains both key and nonkey attributes */
        bool            indisclustered;
        bool            indisreplident;
-       Oid                     parentidx;              /* if partitioned, parent index OID */
+       Oid                     parentidx;              /* if a partition, parent index OID */
        SimplePtrList partattaches; /* if partitioned, partition attach objects */
 
        /* if there is an associated constraint object, its dumpId: */