Make XLogReaderInvalReadState static
Alvaro Herrera <alvherre@alvh.no-ip.org>
Make XLogReaderInvalReadState static This function is only used by xlogreader.c itself, so there's no need to export it. It was introduced by commit 3b02ea4f0780 with the apparent intention that it could be used externally, but I couldn't find any external code calling it. I (Álvaro) couldn't resist the urge to sort nearby function prototypes properly while at it. Author: Antonin Houska Discussion: https://postgr.es/m/14984.1554998742@spoje.net
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xlogreader.c | modified | +7 −6 |
| src/include/access/xlogreader.h | modified | +0 −4 |
Discussion
- Attempt to consolidate reading of XLOG page 62 messages · 2019-04-11 → 2020-03-17