Fix typo in 16d69ec29

As noted by Justin Pryzby, just I forgot to commit locally before creating
a patch file.

Discussion: https://postgr.es/m/20220901053146.GI31833@telsasoft.com
This commit is contained in:
David Rowley 2022-09-06 15:59:15 +12:00
parent 16d69ec29b
commit c89b44a68d

View File

@ -1157,7 +1157,7 @@ CreateTriggerFiringOn(CreateTrigStmt *stmt, const char *queryString,
/*
* We don't currently expect to be called with a valid indexOid. If
* that ever changes then we'll need to quite code here to find the
* that ever changes then we'll need to write code here to find the
* corresponding child index.
*/
Assert(!OidIsValid(indexOid));