Thread

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Doc: Document pg_stat_recovery_prefetch.stats_reset.

  1. PG15 beta1 fix pg_stat_recovery_prefetch view manual

    Shinoda, Noriyoshi <noriyoshi.shinoda@hpe.com> — 2022-05-21T04:07:37Z

    Hi hackers,
    Thanks to all the developers. The attached patch updates the manual for the pg_stat_recovery_prefetch view.
    The current pg_stat_recovery_prefetch view definition is missing the stats_reset column. The attached patch adds information in the stats_reset column.
    
    https://www.postgresql.org/docs/15/monitoring-stats.html#MONITORING-PG-STAT-RECOVERY-PREFETCH
    
    Regards,
    Noriyoshi Shinoda
    
  2. Re: PG15 beta1 fix pg_stat_recovery_prefetch view manual

    Thomas Munro <thomas.munro@gmail.com> — 2022-05-21T04:51:05Z

    On Sat, May 21, 2022 at 4:07 PM Shinoda, Noriyoshi (PN Japan FSIP)
    <noriyoshi.shinoda@hpe.com> wrote:
    > Thanks to all the developers. The attached patch updates the manual for the pg_stat_recovery_prefetch view.
    > The current pg_stat_recovery_prefetch view definition is missing the stats_reset column. The attached patch adds information in the stats_reset column.
    
    Ahh, thank you.  I will push this soon.