Re: pg_stat_statements: Avoid holding excessive lock
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: wenhui qiu <qiuwenhuifx@gmail.com>
Cc: Karina Litskevich <litskevichkarina@gmail.com>, Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-11-11T00:21:31Z
Lists: pgsql-hackers
On Fri, Nov 08, 2024 at 05:49:45PM +0800, wenhui qiu wrote: > Agree , It reduces the lock time , The new comment are short and concise, > It sounds good . Thanks for the double-check. Applied on HEAD. -- Michael
Commits
-
pg_stat_statements: Avoid some locking during PGSS entry scans
- 5d4298e75f25 18.0 landed