1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00

Fix typos

This commit is contained in:
Alvaro Herrera
2014-02-07 16:43:03 -03:00
parent 55d5b3c082
commit 7937910781
2 changed files with 2 additions and 2 deletions

View File

@ -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)