]> granicus.if.org Git - postgresql/commitdiff
Fix typo in C comment.
authorKevin Grittner <kgrittn@postgresql.org>
Sun, 23 Aug 2015 15:38:57 +0000 (10:38 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Sun, 23 Aug 2015 15:38:57 +0000 (10:38 -0500)
Merlin Moncure
Backpatch to 9.5, where the misspelling was introduced

src/backend/commands/trigger.c

index d169027689a2aa9c6942565c4c5c7ba87638f164..43421d63a5fe72a1c0ce5f45f8494e9558ce3c8f 100644 (file)
@@ -4126,7 +4126,7 @@ AfterTriggerEndXact(bool isCommit)
 
 
        /*
-        * Forget the query stack and constrant-related state information.  As
+        * Forget the query stack and constraint-related state information.  As
         * with the subtransaction state information, we don't bother freeing the
         * memory here.
         */