mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
In pg_upgrade, clarify use of install_db_support_functions().
This commit is contained in:
@ -13,13 +13,13 @@
|
||||
|
||||
|
||||
/*
|
||||
* install_db_support_functions()
|
||||
* install_support_functions_in_db()
|
||||
*
|
||||
* pg_upgrade requires some support functions that enable it to modify
|
||||
* backend behavior.
|
||||
*/
|
||||
void
|
||||
install_db_support_functions(const char *db_name)
|
||||
install_support_functions_in_db(const char *db_name)
|
||||
{
|
||||
PGconn *conn = connectToServer(&new_cluster, db_name);
|
||||
|
||||
|
Reference in New Issue
Block a user