Re: Show various offset arrays for heap WAL records
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Melanie Plageman <melanieplageman@gmail.com>, Peter Geoghegan <pg@bowt.ie>
Cc: Andres Freund <andres@anarazel.de>, pgsql-hackers@postgresql.org
Date: 2023-03-02T08:17:34Z
Lists: pgsql-hackers
On 01.03.23 17:11, Melanie Plageman wrote: > diff --git a/contrib/pg_walinspect/pg_walinspect--1.0.sql b/contrib/pg_walinspect/pg_walinspect--1.0.sql > index 08b3dd5556..eb8ff82dd8 100644 > --- a/contrib/pg_walinspect/pg_walinspect--1.0.sql > +++ b/contrib/pg_walinspect/pg_walinspect--1.0.sql > @@ -17,7 +17,7 @@ CREATE FUNCTION pg_get_wal_record_info(IN in_lsn pg_lsn, > OUT main_data_length int4, > OUT fpi_length int4, > OUT description text, > - OUT block_ref text > + OUT block_ref int4[][] > ) > AS 'MODULE_PATHNAME', 'pg_get_wal_record_info' > LANGUAGE C STRICT PARALLEL SAFE; A change like this would require a new extension version and an upgrade script. I suppose it's ok to postpone that work while the actual meat of the patch is still being worked out, but I figured I'd mention it in case it wasn't considered yet.
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