Skip to content

Commit 29f0211

Browse files
committed
Fix inconsistent capitalization.
Amit Langote Discussion: http://postgr.es/m/a83a0899-19f5-594c-9aac-3ba0f16989a1@lab.ntt.co.jp
1 parent 448aa36 commit 29f0211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/tablecmds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13504,7 +13504,7 @@ ATExecAttachPartition(List **wqueue, Relation rel, PartitionCmd *cmd)
1350413504
* Prevent circularity by seeing if rel is a partition of attachrel. (In
1350513505
* particular, this disallows making a rel a partition of itself.)
1350613506
*
13507-
* We do that by checking if rel is a member of the list of attachRel's
13507+
* We do that by checking if rel is a member of the list of attachrel's
1350813508
* partitions provided the latter is partitioned at all. We want to avoid
1350913509
* having to construct this list again, so we request the strongest lock
1351013510
* on all partitions. We need the strongest lock, because we may decide

0 commit comments

Comments
 (0)