gooderp18绿色标准版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 line
596B

  1. /*-------------------------------------------------------------------------
  2. * logicalfuncs.h
  3. * PostgreSQL WAL to logical transformation support functions
  4. *
  5. * Copyright (c) 2012-2019, PostgreSQL Global Development Group
  6. *
  7. *-------------------------------------------------------------------------
  8. */
  9. #ifndef LOGICALFUNCS_H
  10. #define LOGICALFUNCS_H
  11. #include "replication/logical.h"
  12. extern int logical_read_local_xlog_page(XLogReaderState *state,
  13. XLogRecPtr targetPagePtr,
  14. int reqLen, XLogRecPtr targetRecPtr,
  15. char *cur_page, TimeLineID *pageTLI);
  16. #endif
上海开阖软件有限公司 沪ICP备12045867号-1