Fix copy-and-paste typo

pull/198/head
Peter Eisentraut 11 months ago
parent 035f99cbeb
commit 13a255c195
  1. 2
      contrib/bloom/blvalidate.c

@ -124,7 +124,7 @@ blvalidate(Oid opclassoid)
{
ereport(INFO,
(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,
format_procedure(procform->amproc),
procform->amprocnum)));

Loading…
Cancel
Save