Re: Show various offset arrays for heap WAL records
Peter Geoghegan <pg@bowt.ie>
From: Peter Geoghegan <pg@bowt.ie>
To: Peter Geoghegan <pg@bowt.ie>, Andres Freund <andres@anarazel.de>,
pgsql-hackers@postgresql.org, Robert Haas <robertmhaas@gmail.com>, Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Date: 2023-04-11T00:39:12Z
Lists: pgsql-hackers
Attachments
- v2-0001-Fix-heapdesc-infomask-array-output.patch (application/octet-stream) patch v2-0001
On Mon, Apr 10, 2023 at 5:23 PM Melanie Plageman <melanieplageman@gmail.com> wrote: > If you keep the name, I'd explain it briefly in a comment above the code > then -- for those of us who spend less time with btrees. It is a tool > that will be often used by developers, so it is not unreasonable to > assume they may read the code if they are confused. Okay, I'll do something about that shortly. Attached v2 deals with the "trailing comma and space in flags array" heap desc issue using an approach that's along the same lines as your suggested approach. What do you think? -- Peter Geoghegan
Commits
-
Merge prune, freeze and vacuum WAL record formats
- f83d709760d8 17.0 landed
-
Add rmgrdesc README
- f0bd0b4489fa 17.0 landed
-
Refine the guidelines for rmgrdesc authors.
- c03c2eae0acb 16.0 landed
-
Fix Heap rmgr's desc output for infobits arrays.
- 96149a180d56 16.0 landed
-
Clarify nbtree posting list update desc issue.
- 26e65ebdb295 16.0 landed
-
Fix nbtree posting list update desc output.
- 5d6728e588c3 16.0 landed
-
Set cutoff xmin more aggressively when vacuuming a temporary table.
- a7212be8b9e0 14.0 cited