Fix documentation for pg_stat_statements JIT deform_counter

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: daniel(at)yesql(dot)se
Subject: Fix documentation for pg_stat_statements JIT deform_counter
Date: 2023-11-11 09:26:47
Message-ID: fuhxmigipmodhq3bah5iddd2ksfinrva75wqjyg2g2e647p4v7@yev2gynrnr5f
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

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. I'm adding Daniel
in Cc as the committer of the original patch.

It looks like there was some will to put them earlier in the view too, but
since it would require some additional tests in the SRF they probably just
ended up at the end of the view while still being earlier in the struct.
Anyway, it's not a big problem but all other fields are documented in the
correct position so let's be consistent.

Trivial patch attached.

Attachment Content-Type Size
v1-0001-Fix-documentation-for-pg_stat_statements-JIT-defo.patch text/x-patch 4.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message John Naylor 2023-11-11 09:33:11 Re: [PATCH] New [relation] option engine
Previous Message Andres Freund 2023-11-11 03:59:43 Re: pg_walfile_name_offset can return inconsistent values