snaga / xlogdump

A tool for extracting data from the PostgreSQL's write ahead logs.
http://pgsnaga.blogspot.com/2011/09/xlogdump-050-released.html
Other
59 stars 13 forks source link

Build Test Instruction

  1. Create `/tmp/pgsql/source' directory and extract the postgresql source tarball(s) in it.

  2. Check VERSIONS' variable intests/build_test.sh'.

  3. Run `./test/build_test.sh' (in the xlogdump source root directory).

  4. `xlogdump-${VER}' executable(s) must be created.