Skip to content

Commit 42651bd

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

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 of attachRel's
13782+
* We do that by checking if rel is a member of the list of attachrel'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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy