gooderp18绿色标准版
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

27 行
675B

  1. /*-------------------------------------------------------------------------
  2. *
  3. * ps_status.h
  4. *
  5. * Declarations for backend/utils/misc/ps_status.c
  6. *
  7. * src/include/utils/ps_status.h
  8. *
  9. *-------------------------------------------------------------------------
  10. */
  11. #ifndef PS_STATUS_H
  12. #define PS_STATUS_H
  13. extern bool update_process_title;
  14. extern char **save_ps_display_args(int argc, char **argv);
  15. extern void init_ps_display(const char *username, const char *dbname,
  16. const char *host_info, const char *initial_str);
  17. extern void set_ps_display(const char *activity, bool force);
  18. extern const char *get_ps_display(int *displen);
  19. #endif /* PS_STATUS_H */
上海开阖软件有限公司 沪ICP备12045867号-1