Re: pg_stat_database.checksum_failures vs shared relations
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Julien Rouhaud <rjuju123@gmail.com>
Cc: Michael Paquier <michael@paquier.xyz>, Robert Haas <robertmhaas@gmail.com>, pgsql-hackers@postgresql.org, Magnus Hagander <magnus@hagander.net>
Date: 2025-03-29T17:17:44Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix mis-attribution of checksum failure stats to the wrong database
- dee80024688c 18.0 landed
-
Return NULL for checksum failures if checksums are not enabled
- 252b707bc41c 12.0 cited
-
Show shared object statistics in pg_stat_database
- 77bd49adba47 12.0 cited
Hi, On 2025-03-28 13:47:16 -0400, Andres Freund wrote: > Attached is a fix for the issue. I plan to push this fix soon, unless somebody protests... Greetings, Andres Freund