Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit42651bd

Browse files
committed
Fix inconsistent capitalization.
Amit LangoteDiscussion:http://postgr.es/m/a83a0899-19f5-594c-9aac-3ba0f16989a1@lab.ntt.co.jp
1 parent1555566 commit42651bd

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
@@ -13779,7 +13779,7 @@ ATExecAttachPartition(List **wqueue, Relation rel, PartitionCmd *cmd)
1377913779
* Prevent circularity by seeing if rel is a partition of attachrel. (In
1378013780
* particular, this disallows making a rel a partition of itself.)
1378113781
*
13782-
* We do that by checking if rel is a member of the list ofattachRel's
13782+
* We do that by checking if rel is a member of the list ofattachrel's
1378313783
* partitions provided the latter is partitioned at all. We want to avoid
1378413784
* having to construct this list again, so we request the strongest lock
1378513785
* on all partitions. We need the strongest lock, because we may decide

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp