PostgreSQL Source Code
git master
ps_status.h
Go to the documentation of this file.
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
12
#ifndef PS_STATUS_H
13
#define PS_STATUS_H
14
15
extern
PGDLLIMPORT
bool
update_process_title
;
16
17
extern
char
**
save_ps_display_args
(
int
argc,
char
**argv);
18
19
extern
void
init_ps_display
(
const
char
*fixed_part);
20
21
extern
void
set_ps_display
(
const
char
*activity);
22
23
extern
const
char
*
get_ps_display
(
int
*displen);
24
25
#endif
/* PS_STATUS_H */
PGDLLIMPORT
#define PGDLLIMPORT
Definition:
c.h:1331
get_ps_display
const char * get_ps_display(int *displen)
Definition:
ps_status.c:430
init_ps_display
void init_ps_display(const char *fixed_part)
Definition:
ps_status.c:258
update_process_title
PGDLLIMPORT bool update_process_title
Definition:
ps_status.c:36
save_ps_display_args
char ** save_ps_display_args(int argc, char **argv)
Definition:
ps_status.c:131
set_ps_display
void set_ps_display(const char *activity)
Definition:
ps_status.c:349
src
include
utils
ps_status.h
Generated on Tue May 24 2022 18:13:24 for PostgreSQL Source Code by
1.9.1