mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Small spelling fix
This commit is contained in:
@ -1465,7 +1465,7 @@ get_object_property_data(Oid class_id)
|
||||
}
|
||||
|
||||
ereport(ERROR,
|
||||
(errmsg_internal("unrecognized class id: %u", class_id)));
|
||||
(errmsg_internal("unrecognized class ID: %u", class_id)));
|
||||
|
||||
return NULL; /* keep MSC compiler happy */
|
||||
}
|
||||
|
Reference in New Issue
Block a user