pgsql: Fix typos with function name in event_trigger.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typos with function name in event_trigger.c
Date: 2024-04-17 06:02:14
Message-ID: E1rwyN3-002Snu-Lr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typos with function name in event_trigger.c

Databases exist, contrary to datatabases.

Oversight in e83d1b0c40cc.

Author: Japin Li
Discussion: https://postgr.es/m/ME3P282MB316611A2F7BF43919F695228B6082@ME3P282MB3166.AUSP282.PROD.OUTLOOK.COM

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/91fe092a966e6c08c0ead80388f474ac989dc9a3

Modified Files
--------------
src/backend/commands/event_trigger.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Masahiko Sawada 2024-04-17 07:10:28 pgsql: doc: Fix COPY ON_ERROR option syntax synopsis.
Previous Message Masahiko Sawada 2024-04-17 02:33:59 pgsql: Disallow specifying ON_ERROR option without value.