minor typo in trigger.c

Started by Merlin Moncureover 10 years ago2 messages
#1Merlin Moncure
mmoncure@gmail.com
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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#2Kevin Grittner
kgrittn@ymail.com
In reply to: Merlin Moncure (#1)
Re: minor typo in trigger.c

Merlin Moncure <mmoncure@gmail.com> wrote:

-    * Forget the query stack and constrant-related state information.  As
+    * Forget the query stack and constraint-related state information.  As

Pushed. Thanks!

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers