Thanks to visit codestin.com Credit goes to github.com
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 dc44480 commit 1b9d1b0Copy full SHA for 1b9d1b0
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