diff options
Diffstat (limited to 'src/include/replication/logicalfuncs.h')
-rw-r--r-- | src/include/replication/logicalfuncs.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/include/replication/logicalfuncs.h b/src/include/replication/logicalfuncs.h deleted file mode 100644 index 67c3fa12d94..00000000000 --- a/src/include/replication/logicalfuncs.h +++ /dev/null @@ -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 |