10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01d347 commit 2b13702Copy full SHA for 2b13702
src/backend/access/spgist/spgutils.c
@@ -133,7 +133,7 @@ spgGetCache(Relation index)
133
if (!OidIsValid(index_getprocid(index, 1, SPGIST_COMPRESS_PROC)))
134
ereport(ERROR,
135
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
136
- errmsg("compress method must not defined when leaf type is different from input type")));
+ errmsg("compress method must be defined when leaf type is different from input type")));
137
138
fillTypeDesc(&cache->attLeafType, cache->config.leafType);
139
}
0 commit comments