minor typo in trigger.c

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: minor typo in trigger.c
Date: 2015-08-21 19:29:15
Message-ID: CAHyXU0z5VWj4StBzvgNJqzjKFawTejX5aUGe8zEMDmmkTgpGjQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

diff --git a/src/backend/commands/trigger.c b/src/backend/commands/trigger.c
index d169027..43421d6 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.
*/

merlin

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2015-08-21 19:54:47 Re: DBT-3 with SF=20 got failed
Previous Message Robbie Harwood 2015-08-21 19:06:15 Re: [PATCH v1] GSSAPI encryption support