Transaction log manager core code.
Vadim B. Mikheev <vadim4o@yahoo.com>
Transaction log manager core code. It doesn't work currently but also don't break anything -:)
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/Makefile | modified | +2 −2 |
| src/backend/access/transam/rmgr.c | added | +4 −0 |
| src/backend/access/transam/xlog.c | added | +1434 −0 |
| src/backend/postmaster/postmaster.c | modified | +15 −7 |
| src/backend/storage/file/fd.c | modified | +15 −1 |
| src/backend/tcop/utility.c | modified | +3 −3 |
| src/include/access/rmgr.h | added | +34 −0 |
| src/include/access/xlog.h | added | +70 −0 |
| src/include/storage/proc.h | modified | +3 −2 |
| src/include/utils/elog.h | modified | +3 −1 |