]> granicus.if.org Git - postgresql/commit
Add pg_xlogdump contrib program
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 22 Feb 2013 19:46:24 +0000 (16:46 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 22 Feb 2013 19:56:55 +0000 (16:56 -0300)
commit639ed4e84b7493594860f56b78b25fd113e78fd7
tree40488ddd0c7523bafcd0934fdf1e73a0432d1f82
parentc0c6acdfa055b0c76ea0d1defd4c2c0d5a5c256f
Add pg_xlogdump contrib program

This program relies on rm_desc backend routines and the xlogreader
infrastructure to emit human-readable rendering of WAL records.

Author: Andres Freund, with many reworks by Álvaro
Reviewed (in a much earlier version) by Peter Eisentraut
contrib/pg_xlogdump/Makefile [new file with mode: 0644]
contrib/pg_xlogdump/compat.c [new file with mode: 0644]
contrib/pg_xlogdump/pg_xlogdump.c [new file with mode: 0644]
contrib/pg_xlogdump/rmgrdesc.c [new file with mode: 0644]
contrib/pg_xlogdump/rmgrdesc.h [new file with mode: 0644]
doc/src/sgml/contrib.sgml
doc/src/sgml/filelist.sgml
doc/src/sgml/pg_xlogdump.sgml [new file with mode: 0644]
doc/src/sgml/ref/pg_isready.sgml
src/include/utils/palloc.h