Re: Expose Parallelism counters planned/execute in pg_stat_statements

2022-08-15 Thread Daymel Bonne Solís
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 v3-0001-Add-parallel-counters-to-pg_stat_statements.patch Des

Re: Expose Parallelism counters planned/execute in pg_stat_statements

2022-07-29 Thread Daymel Bonne Solís
Hi, El lun, 25 jul 2022 a la(s) 14:19, Anthony Sotolongo (asotolo...@gmail.com) escribió: > On 23-07-22 00:03, Julien Rouhaud wrote: > > Hi, > > > > On Fri, Jul 22, 2022 at 02:11:35PM -0400, Anthony Sotolongo wrote: > >> On 22-07-22 12:08, Julien Rouhaud wrote: > >>> With your current patch it on