mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Move username lookup functions from /port to /common
Per suggestion from Peter E and Alvaro
This commit is contained in:
@@ -473,10 +473,6 @@ extern pqsigfunc pqsignal(int signo, pqsigfunc func);
|
||||
/* port/quotes.c */
|
||||
extern char *escape_single_quotes_ascii(const char *src);
|
||||
|
||||
/* port/username.c */
|
||||
extern const char *get_user_name(char **errstr);
|
||||
extern const char *get_user_name_or_exit(const char *progname);
|
||||
|
||||
/* port/wait_error.c */
|
||||
extern char *wait_result_to_str(int exit_status);
|
||||
|
||||
|
Reference in New Issue
Block a user