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
515B

  1. /*-------------------------------------------------------------------------
  2. *
  3. * logicalworker.h
  4. * Exports for logical replication workers.
  5. *
  6. * Portions Copyright (c) 2016-2019, PostgreSQL Global Development Group
  7. *
  8. * src/include/replication/logicalworker.h
  9. *
  10. *-------------------------------------------------------------------------
  11. */
  12. #ifndef LOGICALWORKER_H
  13. #define LOGICALWORKER_H
  14. extern void ApplyWorkerMain(Datum main_arg);
  15. extern bool IsLogicalWorker(void);
  16. #endif /* LOGICALWORKER_H */
上海开阖软件有限公司 沪ICP备12045867号-1