mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Replace the confusing exit_nicely() by an atexit/on_exit hook
This commit is contained in:
@ -363,7 +363,6 @@ void check_for_libpq_envvars(void);
|
||||
|
||||
/* util.c */
|
||||
|
||||
void exit_nicely(bool need_cleanup);
|
||||
char *quote_identifier(const char *s);
|
||||
int get_user_info(char **user_name);
|
||||
void check_ok(void);
|
||||
|
Reference in New Issue
Block a user