From: Kevin Grittner Date: Sun, 23 Aug 2015 15:41:08 +0000 (-0500) Subject: Fix typo in C comment. X-Git-Tag: XL9_5_R1BETA1~125^2~152 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=57823244ad087a2dc807a6e60fefce26f81bd5dc;p=postgres-xl.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 31091ba7f3..74100f0eea 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. */