From: Kevin Grittner <kgrittn@postgresql.org> Date: Sun, 23 Aug 2015 15:38:57 +0000 (-0500) Subject: Fix typo in C comment. X-Git-Tag: REL9_6_BETA1~1449 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5956b7f9e858ac5613dd0214ac7fb2476f900771;p=postgresql Fix typo in C comment. Merlin Moncure Backpatch to 9.5, where the misspelling was introduced --- diff --git a/src/backend/commands/trigger.c b/src/backend/commands/trigger.c index d169027689..43421d63a5 100644 --- a/src/backend/commands/trigger.c +++ b/src/backend/commands/trigger.c @@ -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. */