mirror of https://github.com/postgres/postgres
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.pgsqlpull/51/head
parent
bcd1c36300
commit
5d0c2d5eba
@ -1,19 +0,0 @@ |
||||
/*-------------------------------------------------------------------------
|
||||
* logicalfuncs.h |
||||
* PostgreSQL WAL to logical transformation support functions |
||||
* |
||||
* Copyright (c) 2012-2020, PostgreSQL Global Development Group |
||||
* |
||||
*------------------------------------------------------------------------- |
||||
*/ |
||||
#ifndef LOGICALFUNCS_H |
||||
#define LOGICALFUNCS_H |
||||
|
||||
#include "replication/logical.h" |
||||
|
||||
extern int logical_read_local_xlog_page(XLogReaderState *state, |
||||
XLogRecPtr targetPagePtr, |
||||
int reqLen, XLogRecPtr targetRecPtr, |
||||
char *cur_page); |
||||
|
||||
#endif |
||||
Loading…
Reference in new issue