Move user functions related to WAL into xlogfuncs.c
Simon Riggs <simon@2ndQuadrant.com>
Move user functions related to WAL into xlogfuncs.c
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/Makefile | modified | +2 −1 |
| src/backend/access/transam/xlog.c | modified | +25 −445 |
| src/backend/access/transam/xlogfuncs.c | added | +467 −0 |
| src/include/access/xlog.h | modified | +5 −0 |