pg_walinspect: Add pg_get_wal_fpi_info()

Michael Paquier <michael@paquier.xyz>

Commit: c31cf1c03d01ce86f20bef8c980fe56a257b3b4b
Author: Michael Paquier <michael@paquier.xyz>
Date: 2023-01-23T04:55:18Z
Releases: 16.0
pg_walinspect: Add pg_get_wal_fpi_info()

This function is able to extract the full page images from a range of
records, specified as of input arguments start_lsn and end_lsn.  Like
the other functions of this module, an error is returned if using LSNs
that do not reflect real system values.  All the FPIs stored in a single
record are extracted.

The module's version is bumped to 1.1.

Author: Bharath Rupireddy
Reviewed-by: Bertrand Drouvot
Discussion: https://postgr.es/m/CALj2ACVCcvzd7WiWvD=6_7NBvVB_r6G0EGSxL4F8vosAi6Se4g@mail.gmail.com

Files

Documentation touched

Discussion