From 5956b7f9e858ac5613dd0214ac7fb2476f900771 Mon Sep 17 00:00:00 2001 From: Kevin Grittner <kgrittn@postgresql.org> Date: Sun, 23 Aug 2015 10:38:57 -0500 Subject: [PATCH] Fix typo in C comment. Merlin Moncure Backpatch to 9.5, where the misspelling was introduced --- src/backend/commands/trigger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/commands/trigger.c b/src/backend/commands/trigger.c index d169027689a..43421d63a5f 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. */ -- GitLab