This commit is contained in:
blue-lemon0104
2026-04-07 13:35:22 +08:00
commit 0120fa9ce3
1530 changed files with 424864 additions and 0 deletions

15
db_include/common/username.h Executable file
View File

@@ -0,0 +1,15 @@
/*
* username.h
* lookup effective username
*
* Copyright (c) 2003-2021, PostgreSQL Global Development Group
*
* src/include/common/username.h
*/
#ifndef USERNAME_H
#define USERNAME_H
extern const char *get_user_name(char **errstr);
extern const char *get_user_name_or_exit(const char *progname);
#endif /* USERNAME_H */