]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment
authorMagnus Hagander <magnus@hagander.net>
Thu, 22 Jun 2017 13:37:30 +0000 (15:37 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 22 Jun 2017 13:37:30 +0000 (15:37 +0200)
Author: Masahiko Sawada

src/backend/catalog/partition.c

index 9e99cd5d807de2ff90534c10bc8c46b45d279d09..af07cd06aa8b8163aa9a0e98479c5a54c947ce39 100644 (file)
@@ -573,7 +573,7 @@ RelationBuildPartitionDesc(Relation rel)
                /*
                 * Now assign OIDs from the original array into mapped indexes of the
                 * result array.  Order of OIDs in the former is defined by the
-                * catalog scan that retrived them, whereas that in the latter is
+                * catalog scan that retrieved them, whereas that in the latter is
                 * defined by canonicalized representation of the list values or the
                 * range bounds.
                 */