| From: | Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> |
|---|---|
| To: | bertranddrouvot(dot)pg(at)gmail(dot)com |
| Cc: | tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: WIP: new system catalog pg_wait_event |
| Date: | 2023-08-08 02:53:32 |
| Message-ID: | 20230808.115332.301701413576096139.horikyota.ntt@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
At Mon, 7 Aug 2023 17:11:50 +0200, "Drouvot, Bertrand" <bertranddrouvot(dot)pg(at)gmail(dot)com> wrote in
> That way I think it's flexible enough to add more code if needed in
> the SRF.
>
> The patch also:
>
> - updates the doc
> - works with autoconf and meson
> - adds a simple test
>
> I'm adding a new CF entry for it.
As I mentioned in another thread, I'm uncertain about our stance on
the class id of the wait event. If a class acts as a namespace, we
should include it in the view. Otherwise, if the class id is just an
attribute of the wait event, we should make the event name unique.
regards.
--
Kyotaro Horiguchi
NTT Open Source Software Center
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2023-08-08 03:05:25 | Re: WIP: new system catalog pg_wait_event |
| Previous Message | Andy Fan | 2023-08-08 02:28:18 | Re: Extract numeric filed in JSONB more effectively |