Re: BUG #14687: pg_xlogdump does only count "main data" for record length and leading to incorrect statistics
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: chjischj@163.com
Cc: pgsql-bugs@postgresql.org
Date: 2017-06-05T23:12:51Z
Lists: pgsql-bugs
Hi, On 2017-06-03 16:59:39 +0000, chjischj@163.com wrote: > The following bug has been logged on the website: > > Bug reference: 14687 > Logged by: Chen huajun > Email address: chjischj@163.com > PostgreSQL version: 9.5.0 > Operating system: ALL > Description: Thanks for the report, I've pushed a fix to the affected releases. It'll be included in the next set of back-branch releases. Regards, Andres Freund
Commits
-
Fix record length computation in pg_waldump/xlogdump.
- d3ca4b4b454f 9.6.4 landed
- c25ed20067d2 10.0 landed
- 25653c17143d 9.5.8 landed
-
Fix pg_xlogdump's calculation of full-page image data.
- ebc2b681b8ff 9.5.0 cited
-
Revamp the WAL record format.
- 2c03216d8311 9.5.0 cited