8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf405ba commit 09d1174Copy full SHA for 09d1174
contrib/pg_upgrade/relfilenode.c
@@ -52,7 +52,8 @@ transfer_all_new_dbs(DbInfoArr *old_db_arr,
52
53
/*
54
* Advance past any databases that exist in the new cluster
55
- * but not in the old, e.g. "postgres".
+ * but not in the old, e.g. "postgres". (The user might
56
+ * have removed the 'postgres' database from the old cluster.)
57
*/
58
while (strcmp(old_db->db_name, new_db->db_name) != 0 &&
59
new_dbnum < new_db_arr->ndbs)
0 commit comments