diff options
author | Peter Eisentraut | 2025-01-24 16:45:29 +0000 |
---|---|---|
committer | Peter Eisentraut | 2025-01-24 16:45:55 +0000 |
commit | 13a255c195c9911d6b66179f5c2344597dc47155 (patch) | |
tree | 0e521240a514686d36cc77c20bb69560023b7984 | |
parent | 035f99cbebe5ffcaf52f8370394446cd59621ab7 (diff) |
Fix copy-and-paste typo
-rw-r--r-- | contrib/bloom/blvalidate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bloom/blvalidate.c b/contrib/bloom/blvalidate.c index acaf9d2be48..d9a3b329aaa 100644 --- a/contrib/bloom/blvalidate.c +++ b/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))); |