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

Commit89403ed

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 parentd2efb90 commit89403ed

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
@@ -2741,7 +2741,7 @@ ReindexRelationConcurrently(Oid relationOid, int options)
27412741

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp