Re: Fix documentation for pg_stat_statements JIT deform_counter
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Julien Rouhaud <rjuju123@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2023-11-15T12:53:13Z
Lists: pgsql-hackers
> On 11 Nov 2023, at 10:26, Julien Rouhaud <rjuju123@gmail.com> wrote: > I was adding support for the new pg_stat_statements JIT deform_counter in PoWA > when I realized that those were added after jit_generation_time in the > documentation while they're actually at the end of the view. Nice catch, that was indeed an omission in the original commit. Thanks for the patch, I'll apply that shortly. -- Daniel Gustafsson
Commits
-
doc: align column order with pg_stat_statements view
- 83b4326e6098 17.0 landed