| From: | "Drouvot, Bertrand" <bertranddrouvot(dot)pg(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Cc: | Michael Paquier <michael(at)paquier(dot)xyz>, Masahiro Ikeda <ikedamsh(at)oss(dot)nttdata(dot)com> |
| Subject: | Fix an entry in wait_event_names.txt |
| Date: | 2023-08-17 05:49:29 |
| Message-ID: | dd836027-2e9e-4df9-9fd9-7527cd1757e1@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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
| Attachment | Content-Type | Size |
|---|---|---|
| v1-0001-Fix-incorrect-entry-in-wait_event_names.txt.patch | text/plain | 1.7 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Drouvot, Bertrand | 2023-08-17 05:51:55 | Re: WIP: new system catalog pg_wait_event |
| Previous Message | Amit Kapila | 2023-08-17 05:43:03 | Re: [PoC] pg_upgrade: allow to upgrade publisher node |