Re: PostgreSQL 17 Beta 1 release announcement draft - Mailing list pgsql-hackers

From Bertrand Drouvot
Subject Re: PostgreSQL 17 Beta 1 release announcement draft
Date
Msg-id ZkWWjjf1lXpqtgHX@ip-10-97-1-34.eu-west-3.compute.internal
Whole thread Raw
In response to PostgreSQL 17 Beta 1 release announcement draft  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Responses Re: PostgreSQL 17 Beta 1 release announcement draft
Re: PostgreSQL 17 Beta 1 release announcement draft
List pgsql-hackers
Hi,

On Wed, May 15, 2024 at 09:45:35PM -0400, Jonathan S. Katz wrote:
> Hi,
> 
> Attached is a copy of the PostgreSQL 17 Beta 1 release announcement draft.

Thanks for working on it!

I've one comment:

> PostgreSQL 17 also introduces a new view,
[`pg_wait_events`](https://www.postgresql.org/docs/17/view-pg-wait-events.html),which provides descriptions about wait
eventsand can be combined with `pg_stat_activity` to give more insight into an operation.
 

Instead of "to give more insight into an operation", what about "to give more
insight about what a session is waiting for (should it be active)"?

Regards,

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



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Docs: Always use true|false instead of sometimes on|off for the subscription options
Next
From: Andrei Lepikhov
Date:
Subject: Re: query_id, pg_stat_activity, extended query protocol