XLogReader general code cleanup
Alvaro Herrera <alvherre@alvh.no-ip.org>
XLogReader general code cleanup Some minor tweaks and comment additions, for cleanliness sake and to avoid having the upcoming timeline-following patch be polluted with unrelated cleanup. Extracted from a larger patch by Craig Ringer, reviewed by Andres Freund, with some additions by myself.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xlogreader.c | modified | +37 −17 |
| src/backend/access/transam/xlogutils.c | modified | +15 −6 |
| src/backend/replication/logical/logicalfuncs.c | modified | +17 −1 |
| src/include/access/xlogreader.h | modified | +13 −4 |
| src/include/access/xlogutils.h | modified | +4 −2 |