mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
c31cf1c03d
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
6 lines
183 B
Plaintext
6 lines
183 B
Plaintext
# pg_walinspect extension
|
|
comment = 'functions to inspect contents of PostgreSQL Write-Ahead Log'
|
|
default_version = '1.1'
|
|
module_pathname = '$libdir/pg_walinspect'
|
|
relocatable = true
|