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

Commit954b9c1

Browse files
committed
Fix typo
Apparently while this code was being developed,ReindexRelationConcurrently operated on multiple relations. The versionthat was ultimately pushed doesn't, so this comment's use of plural isinaccurate.
1 parent029390a commit954b9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/commands/indexcmds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2742,7 +2742,7 @@ ReindexRelationConcurrently(Oid relationOid, int options)
27422742

27432743
/*
27442744
* Extract the list of indexes that are going to be rebuilt based on the
2745-
*list ofrelationOids given by caller.
2745+
* relationOid given by caller.
27462746
*/
27472747
switch (relkind)
27482748
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp