Fix an entry in wait_event_names.txt
Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
From: "Drouvot, Bertrand" <bertranddrouvot.pg@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Cc: Michael Paquier <michael@paquier.xyz>,
Masahiro Ikeda <ikedamsh@oss.nttdata.com>
Date: 2023-08-17T05:49:29Z
Lists: pgsql-hackers
Attachments
- v1-0001-Fix-incorrect-entry-in-wait_event_names.txt.patch (text/plain) patch v1-0001
Hi hackers, While working on [1] it has been noticed by Masahiro-san that the description field in the new pg_wait_event view contains 2 blanks for one row. It turns out that it comes from wait_event_names.txt (added in fa88928). Attached a tiny patch to fix this entry in wait_event_names.txt (I did check that no other entries are in the same case). [1]: https://www.postgresql.org/message-id/735fbd560ae914c96faaa23cc8d9a118%40oss.nttdata.com Regards, -- Bertrand Drouvot PostgreSQL Contributors Team RDS Open Source Databases Amazon Web Services: https://aws.amazon.com
Commits
-
Fix format if entry in wait_event_names.txt
- 00e49233a94b 17.0 landed