Thread: pgsql: Move user functions related to WAL into xlogfuncs.c

pgsql: Move user functions related to WAL into xlogfuncs.c

From
Simon Riggs
Date:
Move user functions related to WAL into xlogfuncs.c

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a030bfa6e41edae8a9a68dc8cef7fc7813f69a0a

Modified Files
--------------
src/backend/access/transam/Makefile    |    3 +-
src/backend/access/transam/xlog.c      |  470 ++------------------------------
src/backend/access/transam/xlogfuncs.c |  467 +++++++++++++++++++++++++++++++
src/include/access/xlog.h              |    5 +
4 files changed, 499 insertions(+), 446 deletions(-)