gooderp18绿色标准版
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

20 lignes
601B

  1. /*
  2. * controldata_utils.h
  3. * Common code for pg_controldata output
  4. *
  5. * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
  6. * Portions Copyright (c) 1994, Regents of the University of California
  7. *
  8. * src/include/common/controldata_utils.h
  9. */
  10. #ifndef COMMON_CONTROLDATA_UTILS_H
  11. #define COMMON_CONTROLDATA_UTILS_H
  12. #include "catalog/pg_control.h"
  13. extern ControlFileData *get_controlfile(const char *DataDir, bool *crc_ok_p);
  14. extern void update_controlfile(const char *DataDir,
  15. ControlFileData *ControlFile, bool do_sync);
  16. #endif /* COMMON_CONTROLDATA_UTILS_H */
上海开阖软件有限公司 沪ICP备12045867号-1