Re: Fix documentation for pg_stat_statements JIT deform_counter
Julien Rouhaud <rjuju123@gmail.com>
From: Julien Rouhaud <rjuju123@gmail.com>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2023-11-15T15:03:23Z
Lists: pgsql-hackers
On Wed, Nov 15, 2023 at 01:53:13PM +0100, Daniel Gustafsson wrote: > > 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. Thanks!
Commits
-
doc: align column order with pg_stat_statements view
- 83b4326e6098 17.0 landed