pgsql: Fix typos in wait_event.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typos in wait_event.c
Date: 2023-10-23 23:06:07
Message-ID: E1qv3zr-0021xe-A2@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typos in wait_event.c

Noticed while working on a different patch. Introduced in af720b4c50a1.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9972c7de1d078d30434c16081fe0624ee3d24a61

Modified Files
--------------
src/backend/utils/activity/wait_event.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-10-23 23:41:42 pgsql: doc: Improve example query related to pg_wait_events
Previous Message Thomas Munro 2023-10-23 22:24:24 pgsql: jit: Adjust back-patch of f90b4a84 to 12 and 13.