Fix an entry in wait_event_names.txt

Started by Bertrand Drouvotover 2 years ago3 messageshackers
Jump to latest
#1Bertrand Drouvot
bertranddrouvot.pg@gmail.com

Hi hackers,

While working on [1]/messages/by-id/735fbd560ae914c96faaa23cc8d9a118@oss.nttdata.com 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]: /messages/by-id/735fbd560ae914c96faaa23cc8d9a118@oss.nttdata.com

Regards,

--
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

Attachments:

v1-0001-Fix-incorrect-entry-in-wait_event_names.txt.patchtext/plain; charset=UTF-8; name=v1-0001-Fix-incorrect-entry-in-wait_event_names.txt.patchDownload+1-2
#2Masahiro Ikeda
ikedamsh@oss.nttdata.com
In reply to: Bertrand Drouvot (#1)
Re: Fix an entry in wait_event_names.txt

On 2023-08-17 14:49, Drouvot, Bertrand wrote:

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]:
/messages/by-id/735fbd560ae914c96faaa23cc8d9a118@oss.nttdata.com

Regards,

+1. Thanks!

Regards,
--
Masahiro Ikeda
NTT DATA CORPORATION

#3Michael Paquier
michael@paquier.xyz
In reply to: Masahiro Ikeda (#2)
Re: Fix an entry in wait_event_names.txt

On Thu, Aug 17, 2023 at 03:25:27PM +0900, Masahiro Ikeda wrote:

+1. Thanks!

Applied.
--
Michael