mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Fix typos
This commit is contained in:
parent
55d5b3c082
commit
7937910781
@ -491,7 +491,7 @@ AlterEventTriggerOwner(const char *name, Oid newOwnerId)
|
||||
}
|
||||
|
||||
/*
|
||||
* Change extension owner, by OID
|
||||
* Change event trigger owner, by OID
|
||||
*/
|
||||
void
|
||||
AlterEventTriggerOwner_oid(Oid trigOid, Oid newOwnerId)
|
||||
|
@ -400,7 +400,7 @@ parse_object(JsonLexContext *lex, JsonSemAction *sem)
|
||||
{
|
||||
/*
|
||||
* an object is a possibly empty sequence of object fields, separated by
|
||||
* commas and surrounde by curly braces.
|
||||
* commas and surrounded by curly braces.
|
||||
*/
|
||||
json_struct_action ostart = sem->object_start;
|
||||
json_struct_action oend = sem->object_end;
|
||||
|
Loading…
Reference in New Issue
Block a user