Fix a typo

"which should should be" --> "which should be"
This commit is contained in:
Xiaozhe Yao 2021-08-02 17:38:50 +02:00 committed by GitHub
parent 5ef563fd8b
commit 4ce3d1097e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -361,7 +361,7 @@ hypo_index_store_parsetree(IndexStmt *node, const char *queryString)
/*
* Support for hypothetical BRIN indexes is broken in some minor versions
* of pg10, pg11 and pg12. For simplicity, check PG_VERSION_NUM rather
* than the real instance version, which should should be right most of the
* than the real instance version, which should be right most of the
* time. When it's not, the only effect is to have a less user-friendly
* error message.
*/