Typo in event_trigger.c

Started by Michael Paquierover 9 years ago3 messageshackers
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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

Attachments:

event-trigger-typo.patchtext/plain; charset=US-ASCII; name=event-trigger-typo.patchDownload+1-1
#2Robert Haas
robertmhaas@gmail.com
In reply to: Michael Paquier (#1)
Re: Typo in event_trigger.c

On Tue, Nov 8, 2016 at 8:28 AM, Michael Paquier
<michael.paquier@gmail.com> wrote:

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

Committed.

--
Robert Haas
EnterpriseDB: 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

#3Michael Paquier
michael@paquier.xyz
In reply to: Robert Haas (#2)
Re: Typo in event_trigger.c

On Wed, Nov 9, 2016 at 5:35 AM, Robert Haas <robertmhaas@gmail.com> wrote:

Committed.

Thanks.
--
Michael

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