mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add contrib/pg_walinspect.
Provides similar functionality to pg_waldump, but from a SQL interface rather than a separate utility. Author: Bharath Rupireddy Reviewed-by: Greg Stark, Kyotaro Horiguchi, Andres Freund, Ashutosh Sharma, Nitin Jadhav, RKN Sai Krishna Discussion: https://postgr.es/m/CALj2ACUGUYXsEQdKhEdsBzhGEyF3xggvLdD8C0VT72TNEfOiog%40mail.gmail.com
This commit is contained in:
5
contrib/pg_walinspect/pg_walinspect.control
Normal file
5
contrib/pg_walinspect/pg_walinspect.control
Normal file
@ -0,0 +1,5 @@
|
||||
# pg_walinspect extension
|
||||
comment = 'functions to inspect contents of PostgreSQL Write-Ahead Log'
|
||||
default_version = '1.0'
|
||||
module_pathname = '$libdir/pg_walinspect'
|
||||
relocatable = true
|
Reference in New Issue
Block a user