mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 00:02:37 -04:00
Fix typo in indexcmds.c
Introduced by 61d7c7b. Backpatch-through: 12
This commit is contained in:
parent
15ef6ff4b9
commit
fdeeb524b4
@ -2870,7 +2870,7 @@ ReindexRelationConcurrently(Oid relationOid, int options)
|
||||
|
||||
/*
|
||||
* Don't allow reindex for an invalid index on TOAST table, as
|
||||
* if rebuild it would not be possible to drop it.
|
||||
* if rebuilt it would not be possible to drop it.
|
||||
*/
|
||||
if (IsToastNamespace(get_rel_namespace(relationOid)) &&
|
||||
!get_index_isvalid(relationOid))
|
||||
|
Loading…
x
Reference in New Issue
Block a user