mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Final pgindent + perltidy run for 9.6.
This commit is contained in:
@ -261,8 +261,8 @@ gistvalidate(Oid opclassoid)
|
||||
continue; /* optional methods */
|
||||
ereport(INFO,
|
||||
(errcode(ERRCODE_INVALID_OBJECT_DEFINITION),
|
||||
errmsg("gist operator class \"%s\" is missing support function %d",
|
||||
opclassname, i)));
|
||||
errmsg("gist operator class \"%s\" is missing support function %d",
|
||||
opclassname, i)));
|
||||
result = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user