Re: Typo in event_trigger.c

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Typo in event_trigger.c
Date: 2016-11-08 20:35:54
Message-ID: CA+TgmoZLLiy0hVnViBuwuWjgQ2M6ZjkRDQie9KG=4gNUNF63tA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Nov 8, 2016 at 8:28 AM, Michael Paquier
<michael(dot)paquier(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2016-11-08 20:39:18 Re: WAL logging problem in 9.4.3?
Previous Message Robert Haas 2016-11-08 19:53:58 Re: Hash Indexes