gooderp18绿色标准版
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

30 linhas
767B

  1. /*-------------------------------------------------------------------------
  2. *
  3. * postgres_fe.h
  4. * Primary include file for PostgreSQL client-side .c files
  5. *
  6. * This should be the first file included by PostgreSQL client libraries and
  7. * application programs --- but not by backend modules, which should include
  8. * postgres.h.
  9. *
  10. *
  11. * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  12. * Portions Copyright (c) 1995, Regents of the University of California
  13. *
  14. * src/include/postgres_fe.h
  15. *
  16. *-------------------------------------------------------------------------
  17. */
  18. #ifndef POSTGRES_FE_H
  19. #define POSTGRES_FE_H
  20. #ifndef FRONTEND
  21. #define FRONTEND 1
  22. #endif
  23. #include "c.h"
  24. #include "common/fe_memutils.h"
  25. #endif /* POSTGRES_FE_H */
上海开阖软件有限公司 沪ICP备12045867号-1