aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginvalidate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/access/gin/ginvalidate.c')
-rw-r--r--src/backend/access/gin/ginvalidate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/gin/ginvalidate.c b/src/backend/access/gin/ginvalidate.c
index 9b147857dcb..4c8e5635459 100644
--- a/src/backend/access/gin/ginvalidate.c
+++ b/src/backend/access/gin/ginvalidate.c
@@ -244,8 +244,8 @@ ginvalidate(Oid opclassoid)
continue; /* don't need both, see check below loop */
ereport(INFO,
(errcode(ERRCODE_INVALID_OBJECT_DEFINITION),
- errmsg("operator class \"%s\" of access method %s is missing support function %d",
- opclassname, "gin", i)));
+ errmsg("operator class \"%s\" of access method %s is missing support function %d",
+ opclassname, "gin", i)));
result = false;
}
if (!opclassgroup ||