Fix copy-and-paste typo
This commit is contained in:
parent
035f99cbeb
commit
13a255c195
@ -124,7 +124,7 @@ blvalidate(Oid opclassoid)
|
|||||||
{
|
{
|
||||||
ereport(INFO,
|
ereport(INFO,
|
||||||
(errcode(ERRCODE_INVALID_OBJECT_DEFINITION),
|
(errcode(ERRCODE_INVALID_OBJECT_DEFINITION),
|
||||||
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",
|
||||||
opfamilyname,
|
opfamilyname,
|
||||||
format_procedure(procform->amproc),
|
format_procedure(procform->amproc),
|
||||||
procform->amprocnum)));
|
procform->amprocnum)));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user