postgresql/contrib/pg_walinspect
Michael Paquier c31cf1c03d 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
2023-01-23 13:55:18 +09:00
..
expected pg_walinspect: Add pg_get_wal_fpi_info() 2023-01-23 13:55:18 +09:00
sql pg_walinspect: Add pg_get_wal_fpi_info() 2023-01-23 13:55:18 +09:00
.gitignore Add contrib/pg_walinspect. 2022-04-08 00:26:44 -07:00
Makefile pg_walinspect: Add pg_get_wal_fpi_info() 2023-01-23 13:55:18 +09:00
meson.build pg_walinspect: Add pg_get_wal_fpi_info() 2023-01-23 13:55:18 +09:00
pg_walinspect--1.0--1.1.sql pg_walinspect: Add pg_get_wal_fpi_info() 2023-01-23 13:55:18 +09:00
pg_walinspect--1.0.sql Use float8 datatype for percentiles in pg_walinspect stat functions 2022-09-12 10:01:00 +02:00
pg_walinspect.c pg_walinspect: Add pg_get_wal_fpi_info() 2023-01-23 13:55:18 +09:00
pg_walinspect.control pg_walinspect: Add pg_get_wal_fpi_info() 2023-01-23 13:55:18 +09:00
walinspect.conf Fix buildfarm failures in pg_walinspect tests. 2022-04-08 03:21:12 -07:00