PG15 beta1 fix pg_stat_recovery_prefetch view manual
Shinoda, Noriyoshi <noriyoshi.shinoda@hpe.com>
From: "Shinoda, Noriyoshi (PN Japan FSIP)" <noriyoshi.shinoda@hpe.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>,
Thomas Munro <thomas.munro@gmail.com>
Date: 2022-05-21T04:07:37Z
Lists: pgsql-hackers
Attachments
- pg_stat_recovery_prefetch_doc_v1.diff (application/octet-stream) patch v1
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
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Doc: Document pg_stat_recovery_prefetch.stats_reset.
- cfce3be818ab 15.0 landed