mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Small spelling fix
This commit is contained in:
parent
d38228fe40
commit
d90ad5d8ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue