Remove logical_read_local_xlog_page
Alvaro Herrera <alvherre@alvh.no-ip.org>
Remove logical_read_local_xlog_page It devolved into a content-less wrapper over read_local_xlog_page, with nothing to add, plus it's easily confused with walsender's logical_read_xlog_page. There doesn't seem to be any reason for it to stay. src/include/replication/logicalfuncs.h becomes empty, so remove it too. The prototypes it initially had were absorbed by generated fmgrprotos.h. Discussion: https://postgr.es/m/20191115214102.GA15616@alvherre.pgsql
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/replication/logical/logicalfuncs.c | modified | +1 −10 |
| src/backend/replication/slotfuncs.c | modified | +3 −3 |
| src/backend/replication/walsender.c | modified | +1 −2 |
| src/include/replication/logicalfuncs.h | deleted | +0 −19 |
Discussion
- Attempt to consolidate reading of XLOG page 62 messages · 2019-04-11 → 2020-03-17