Skip to content

Commit c5b6b9c

Browse files
committed
Fix typo in indexcmds.c
Introduced by 61d7c7b. Backpatch-through: 12
1 parent e58e13e commit c5b6b9c

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-
* if rebuild it would not be possible to drop it.
2904+
* if rebuilt 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)