From: Kevin Grittner Date: Sun, 23 Aug 2015 15:38:57 +0000 (-0500) Subject: Fix typo in C comment. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5956b7f9e858ac5613dd0214ac7fb2476f900771;p=users%2Fheikki%2Fpostgres.git 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. */