pgsql: Add more debugging information when failing to read pgstats file - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Add more debugging information when failing to read pgstats file
Date
Msg-id E1sYg7V-001qxI-0J@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add more debugging information when failing to read pgstats files

This is useful to know which part of a stats file is corrupted when
reading it, adding to the server logs a WARNING with details about what
could not be read before giving up with the remaining data in the file.

Author: Michael Paquier
Reviewed-by: Bertrand Drouvot
Discussion: https://postgr.es/m/Zp8o6_cl0KSgsnvS@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ca1ba50fcb6f85ac603aecbc184c7c59886c2a7c

Modified Files
--------------
src/backend/utils/activity/pgstat.c | 66 ++++++++++++++++++++++++++++++++++---
1 file changed, 62 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: pgsql: SQL/JSON: Some fixes to JsonBehavior expression casting
Next
From: Richard Guo
Date:
Subject: pgsql: Refactor the checks for parameterized partial paths