Re: pg_waldump erroneously outputs newline for FPWs, and another minor bug
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Peter Geoghegan <pg@bowt.ie>
Cc: Andres Freund <andres@anarazel.de>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Heikki Linnakangas <hlinnaka@iki.fi>, jgdr@dalibo.com
Date: 2019-10-30T00:26:21Z
Lists: pgsql-hackers
On Tue, Oct 29, 2019 at 04:42:07PM -0700, Peter Geoghegan wrote: > The same commit from Heikki omitted one field from that record, for no > good reason. I backpatched a bugfix to the output format for nbtree > page splits a few weeks ago, fixing that problem. I agree that we > should also backpatch this bugfix. The output format of pg_waldump may matter for some tools, like Jehan-Guillaume's PAF [1], but I am ready to bet that any tools like that just skip any noise newlines, so +1 for a backpatch. I am adding Jehan-Guillaume in CC just in case. [1]: https://github.com/ClusterLabs/PAF -- Michael
Commits
-
pg_waldump: Fix --bkp-details to not issue spurious newlines for FPWs.
- 39ff656a4151 9.5.20 landed
- bc4f56c181ae 9.6.16 landed
- 82200115e055 10.11 landed
- 3b24cf732e17 11.6 landed
- d4b5206b2237 12.1 landed
- e4d92126fda1 13.0 landed
-
pg_waldump: Fix small memory leak when rmgr->rm_identify returns NULL.
- e3ff8c360e4d 10.11 landed
- c3882f8b894a 9.5.20 landed
- af67aee69189 11.6 landed
- 95f2efd5041b 9.6.16 landed
- 4ab353c477e6 12.1 landed
- e0f76f204ccb 13.0 landed
-
Revamp the WAL record format.
- 2c03216d8311 9.5.0 cited
-
Improve code around the recently added rm_identify rmgr callback.
- 604f7956b946 9.5.0 cited