Fix typo in 16d69ec29
authorDavid Rowley <drowley@postgresql.org>
Tue, 6 Sep 2022 03:59:15 +0000 (15:59 +1200)
committerDavid Rowley <drowley@postgresql.org>
Tue, 6 Sep 2022 03:59:15 +0000 (15:59 +1200)
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

src/backend/commands/trigger.c

index 08f9a307fd18bbbd35530c9a692e222493c95140..28c3dcd0f76b2e6840247ad55565780277d05e48 100644 (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));