8000
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 035f99c commit 13a255cCopy full SHA for 13a255c
contrib/bloom/blvalidate.c
@@ -124,7 +124,7 @@ blvalidate(Oid opclassoid)
124
{
125
ereport(INFO,
126
(errcode(ERRCODE_INVALID_OBJECT_DEFINITION),
127
- errmsg("gist opfamily %s contains function %s with wrong signature for support number %d",
+ errmsg("bloom opfamily %s contains function %s with wrong signature for support number %d",
128
opfamilyname,
129
format_procedure(procform->amproc),
130
procform->amprocnum)));
0 commit comments