First cut at XLOG file reset utility.
Tom Lane <tgl@sss.pgh.pa.us>
First cut at XLOG file reset utility. Could do with more testing, but it works in the simple cases.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/Makefile | modified | +3 −1 |
| contrib/pg_resetxlog/Makefile | added | +37 −0 |
| contrib/pg_resetxlog/pg_resetxlog.c | added | +991 −0 |
| contrib/pg_resetxlog/README.pg_resetxlog | added | +39 −0 |
| contrib/README | modified | +9 −1 |