postgresql/contrib/pg_xlogdump
Heikki Linnakangas 2076db2aea Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
xlog.c is huge, this makes it a little bit smaller, which is nice. Functions
related to putting together the WAL record are in xloginsert.c, and the
lower level stuff for managing WAL buffers and such are in xlog.c.

Also move the definition of XLogRecord to a separate header file. This
causes churn in the #includes of all the files that write WAL records, and
redo routines, but it avoids pulling in xlog.h into most places.

Reviewed by Michael Paquier, Alvaro Herrera, Andres Freund and Amit Kapila.
2014-11-06 13:55:36 +02:00
..
.gitignore Add missing .gitignore file. 2013-02-26 15:58:34 -05:00
compat.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
Makefile Add file version information to most installed Windows binaries. 2014-07-14 14:07:52 -04:00
pg_xlogdump.c Move the backup-block logic from XLogInsert to a new file, xloginsert.c. 2014-11-06 13:55:36 +02:00
rmgrdesc.c Add rmgr callback to name xlog record types for display purposes. 2014-09-19 16:20:29 +02:00
rmgrdesc.h Add rmgr callback to name xlog record types for display purposes. 2014-09-19 16:20:29 +02:00