pgsql: Add WALSummarizerLock to wait_event_names.txt

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add WALSummarizerLock to wait_event_names.txt
Date: 2024-01-02 15:32:34
Message-ID: E1rKgks-00D9BX-Fx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add WALSummarizerLock to wait_event_names.txt

Per report from Nathan Bossart.

Discussion: http://postgr.es/m/20231227153647.GA601861@nathanxps13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5c430f9dc559ecd3bda8bebf4854f3f8d8bd86f3

Modified Files
--------------
src/backend/utils/activity/wait_event_names.txt | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2024-01-02 17:06:15 pgsql: Fix typos in comments and in one isolation test.
Previous Message Andrew Dunstan 2024-01-02 14:49:37 Re: pgsql: Follow-up fixes for "Make all Perl warnings fatal"