gooderp18绿色标准版
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

18 líneas
482B

  1. /*-------------------------------------------------------------------------
  2. *
  3. * link-canary.h
  4. * Detect whether src/common functions came from frontend or backend.
  5. *
  6. * Copyright (c) 2018-2019, PostgreSQL Global Development Group
  7. *
  8. * src/include/common/link-canary.h
  9. *
  10. *-------------------------------------------------------------------------
  11. */
  12. #ifndef LINK_CANARY_H
  13. #define LINK_CANARY_H
  14. extern bool pg_link_canary_is_frontend(void);
  15. #endif /* LINK_CANARY_H */
上海开阖软件有限公司 沪ICP备12045867号-1