From 3bc3e856aaac1984c55f800256a446072ad8f494 Mon Sep 17 00:00:00 2001 From: Xiaozhe Yao Date: Mon, 2 Aug 2021 17:46:21 +0200 Subject: [PATCH] Fix a typo (#59) "which should should be" --> "which should be" --- hypopg_index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypopg_index.c b/hypopg_index.c index 8c4b705..5891b5c 100644 --- a/hypopg_index.c +++ b/hypopg_index.c @@ -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. */