Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 13a255c

Browse files
committed
Fix copy-and-paste typo
1 parent 035f99c commit 13a255c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/bloom/blvalidate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ blvalidate(Oid opclassoid)
124124
{
125125
ereport(INFO,
126126
(errcode(ERRCODE_INVALID_OBJECT_DEFINITION),
127-
errmsg("gist opfamily %s contains function %s with wrong signature for support number %d",
127+
errmsg("bloom opfamily %s contains function %s with wrong signature for support number %d",
128128
opfamilyname,
129129
format_procedure(procform->amproc),
130130
procform->amprocnum)));

0 commit comments

Comments
 (0)