Re: Expose Parallelism counters planned/execute in pg_stat_statements
Daymel Bonne Solís <daymelbonne@gmail.com>
From: Daymel Bonne Solís <daymelbonne@gmail.com>
To: pgsql-hackers@postgresql.org
Cc: Anthony Sotolongo <asotolongo@gmail.com>,
Julien Rouhaud <rjuju123@gmail.com>, Justin Pryzby <pryzby@telsasoft.com>
Date: 2022-08-15T20:14:59Z
Lists: pgsql-hackers
Attachments
- v3-0001-Add-parallel-counters-to-pg_stat_statements.patch (application/octet-stream) patch v3-0001
Hi: We have rewritten the patch and added the necessary columns to have the > number of times a parallel query plan was not executed using parallelism. > > This version includes comments on the source code and documentation. Regards