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

Commitc5b6b9c

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

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

29022902
/*
29032903
* Don't allow reindex for an invalid index on TOAST table, as
2904-
* ifrebuild it would not be possible to drop it.
2904+
* ifrebuilt it would not be possible to drop it.
29052905
*/
29062906
if (IsToastNamespace(get_rel_namespace(relationOid))&&
29072907
!get_index_isvalid(relationOid))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp