mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
In pg_upgrade, clarify use of install_db_support_functions().
This commit is contained in:
@ -321,7 +321,7 @@ void check_hard_link(void);
|
||||
|
||||
/* function.c */
|
||||
|
||||
void install_db_support_functions(const char *db_name);
|
||||
void install_support_functions_in_db(const char *db_name);
|
||||
void uninstall_support_functions(void);
|
||||
void get_loadable_libraries(void);
|
||||
void check_loadable_libraries(void);
|
||||
|
Reference in New Issue
Block a user