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

Add test script to generate WAL files #6

Closed snaga closed 12 years ago

snaga commented 13 years ago

Add test script to generate WAL files, of every major version, to be used for xlogdump unit test.

The script needs to include bash script to start/stop PostgreSQL backend and SQL statements to generate WAL records.

snaga commented 12 years ago

https://github.com/snaga/xlogdump/commit/9fc04077461cdcea65d428c9b4d204fd762b2173

done.