Re: Show various offset arrays for heap WAL records
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Melanie Plageman <melanieplageman@gmail.com>
Cc: 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-10-02T09:19:29Z
Lists: pgsql-hackers
On 04/09/2023 23:02, Melanie Plageman wrote: > I might phrase the last bit as "neither the description functions nor > the output format should be considered part of a stable API" > > +Guidelines for rmgrdesc output format > +===================================== > > I noticed you used === for both headings and wondered if it was > intentional. Other READMEs I looked at in src/backend/access tend to > have a single heading underlined with ==== and then subsequent > headings are underlined with -----. I could see an argument either way > here, but I just thought I would bring it up in case it was not a > conscious choice. > > Otherwise, LGTM. Made these changes and committed. Thank you! -- Heikki Linnakangas Neon (https://neon.tech)
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