1/*-------------------------------------------------------------------------
5 * Declarations for backend/utils/misc/ps_status.c
7 * src/include/utils/ps_status.h
9 *-------------------------------------------------------------------------
15/* disabled on Windows as the performance overhead can be significant */
17#define DEFAULT_UPDATE_PROCESS_TITLE false
19 #define DEFAULT_UPDATE_PROCESS_TITLE true
36 * inlined to allow strlen to be evaluated during compilation when
37 * passing string constants.
47#endif /* PS_STATUS_H */
const char * get_ps_display(int *displen)
void set_ps_display_remove_suffix(void)
void set_ps_display_with_len(const char *activity, size_t len)
void init_ps_display(const char *fixed_part)
void set_ps_display_suffix(const char *suffix)
static void set_ps_display(const char *activity)
PGDLLIMPORT bool update_process_title
char ** save_ps_display_args(int argc, char **argv)