mirror of
https://github.com/postgres/postgres.git
synced 2025-05-17 00:03:56 -04:00
Update pg_upgrade comment on missing 'postgres' database.
This commit is contained in:
parent
bf405ba8e4
commit
09d1174e5a
@ -52,7 +52,8 @@ transfer_all_new_dbs(DbInfoArr *old_db_arr,
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Advance past any databases that exist in the new cluster
|
* Advance past any databases that exist in the new cluster
|
||||||
* but not in the old, e.g. "postgres".
|
* but not in the old, e.g. "postgres". (The user might
|
||||||
|
* have removed the 'postgres' database from the old cluster.)
|
||||||
*/
|
*/
|
||||||
while (strcmp(old_db->db_name, new_db->db_name) != 0 &&
|
while (strcmp(old_db->db_name, new_db->db_name) != 0 &&
|
||||||
new_dbnum < new_db_arr->ndbs)
|
new_dbnum < new_db_arr->ndbs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user