From: David Rowley Date: Tue, 6 Sep 2022 03:59:15 +0000 (+1200) Subject: Fix typo in 16d69ec29 X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=c89b44a68d918e24335f2d132684c53dd16d0d2b;p=users%2Frhaas%2Fpostgres.git 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 --- diff --git a/src/backend/commands/trigger.c b/src/backend/commands/trigger.c index 08f9a307fd..28c3dcd0f7 100644 --- a/src/backend/commands/trigger.c +++ b/src/backend/commands/trigger.c @@ -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));