mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Fix typos
This commit is contained in:
@ -491,7 +491,7 @@ AlterEventTriggerOwner(const char *name, Oid newOwnerId)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Change extension owner, by OID
|
* Change event trigger owner, by OID
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
AlterEventTriggerOwner_oid(Oid trigOid, Oid newOwnerId)
|
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
|
* 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 ostart = sem->object_start;
|
||||||
json_struct_action oend = sem->object_end;
|
json_struct_action oend = sem->object_end;
|
||||||
|
Reference in New Issue
Block a user