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.

21 lines
573B

  1. /*-------------------------------------------------------------------------
  2. * decode.h
  3. * PostgreSQL WAL to logical transformation
  4. *
  5. * Portions Copyright (c) 2012-2019, PostgreSQL Global Development Group
  6. *
  7. *-------------------------------------------------------------------------
  8. */
  9. #ifndef DECODE_H
  10. #define DECODE_H
  11. #include "access/xlogreader.h"
  12. #include "access/xlogrecord.h"
  13. #include "replication/reorderbuffer.h"
  14. #include "replication/logical.h"
  15. void LogicalDecodingProcessRecord(LogicalDecodingContext *ctx,
  16. XLogReaderState *record);
  17. #endif
上海开阖软件有限公司 沪ICP备12045867号-1