Hi all,

I just bumped into the following:
--- a/src/backend/commands/event_trigger.c
+++ b/src/backend/commands/event_trigger.c
@@ -742,7 +742,7 @@ EventTriggerCommonSetup(Node *parsetree,

    /*
     * Filter list of event triggers by command tag, and copy them into our
-    * memory context.  Once we start running the command trigers, or indeed
+    * memory context.  Once we start running the command triggers, or indeed
     * once we do anything at all that touches the catalogs, an invalidation
     * might leave cachelist pointing at garbage, so we must do this before we
     * can do much else.

Thanks to David Steele for pointing out a similar typo in one of my patches :p
-- 
Michael
diff --git a/src/backend/commands/event_trigger.c 
b/src/backend/commands/event_trigger.c
index ac4c4ec..e87fce7 100644
--- a/src/backend/commands/event_trigger.c
+++ b/src/backend/commands/event_trigger.c
@@ -742,7 +742,7 @@ EventTriggerCommonSetup(Node *parsetree,
 
        /*
         * Filter list of event triggers by command tag, and copy them into our
-        * memory context.  Once we start running the command trigers, or indeed
+        * memory context.  Once we start running the command triggers, or 
indeed
         * once we do anything at all that touches the catalogs, an invalidation
         * might leave cachelist pointing at garbage, so we must do this before 
we
         * can do much else.
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to