Add num_done counter to the pg_stat_checkpointer view.
[pgsql.git] / src / include / common / username.h
blob60fcc70a970f01c1287d1af5b775f51fa71756f2
1 /*
2 * username.h
3 * lookup effective username
5 * Copyright (c) 2003-2024, PostgreSQL Global Development Group
7 * src/include/common/username.h
8 */
9 #ifndef USERNAME_H
10 #define USERNAME_H
12 extern const char *get_user_name(char **errstr);
13 extern const char *get_user_name_or_exit(const char *progname);
15 #endif /* USERNAME_H */