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

Commitfdeeb52

Browse files
committed
Fix typo in indexcmds.c
Introduced by61d7c7b.Backpatch-through: 12
1 parent15ef6ff commitfdeeb52

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

28712871
/*
28722872
* Don't allow reindex for an invalid index on TOAST table, as
2873-
* ifrebuild it would not be possible to drop it.
2873+
* ifrebuilt it would not be possible to drop it.
28742874
*/
28752875
if (IsToastNamespace(get_rel_namespace(relationOid))&&
28762876
!get_index_isvalid(relationOid))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp