Fix copy-and-paste typo
authorPeter Eisentraut <[email protected]>
Fri, 24 Jan 2025 16:45:29 +0000 (17:45 +0100)
committerPeter Eisentraut <[email protected]>
Fri, 24 Jan 2025 16:45:55 +0000 (17:45 +0100)
contrib/bloom/blvalidate.c

index acaf9d2be4884e937d54d34fb731ad5518907054..d9a3b329aaa9e19b3ef4f299c73946c1daef2056 100644 (file)
@@ -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)));