]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix inconsistent capitalization.
authorRobert Haas <rhaas@postgresql.org>
Thu, 14 Sep 2017 15:11:12 +0000 (11:11 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 14 Sep 2017 15:11:56 +0000 (11:11 -0400)
Amit Langote

Discussion: http://postgr.es/m/a83a0899-19f5-594c-9aac-3ba0f16989a1@lab.ntt.co.jp

src/backend/commands/tablecmds.c

index ec2e76d5c9f98f38d8b322976f7ae10d41afaf40..33c99b3777e485e0df68a98f02d852508e61878a 100644 (file)
@@ -13504,7 +13504,7 @@ ATExecAttachPartition(List **wqueue, Relation rel, PartitionCmd *cmd)
         * Prevent circularity by seeing if rel is a partition of attachrel. (In
         * particular, this disallows making a rel a partition of itself.)
         *
-        * We do that by checking if rel is a member of the list of attachRel's
+        * We do that by checking if rel is a member of the list of attachrel's
         * partitions provided the latter is partitioned at all.  We want to avoid
         * having to construct this list again, so we request the strongest lock
         * on all partitions.  We need the strongest lock, because we may decide