minor typo in trigger.c - Mailing list pgsql-hackers

From Merlin Moncure
Subject minor typo in trigger.c
Date
Msg-id CAHyXU0z5VWj4StBzvgNJqzjKFawTejX5aUGe8zEMDmmkTgpGjQ@mail.gmail.com
Whole thread Raw
Responses Re: minor typo in trigger.c  (Kevin Grittner <kgrittn@ymail.com>)
List 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



pgsql-hackers by date:

Previous
From: Robbie Harwood
Date:
Subject: Re: [PATCH v1] GSSAPI encryption support
Next
From: Tomas Vondra
Date:
Subject: Re: DBT-3 with SF=20 got failed