mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
Make pg_upgrade compile again
This commit is contained in:
@@ -147,8 +147,7 @@ get_db_and_rel_infos(ClusterInfo *cluster)
|
||||
{
|
||||
int dbnum;
|
||||
|
||||
if (cluster->dbarr)
|
||||
free_db_and_rel_infos(cluster->dbarr);
|
||||
free_db_and_rel_infos(&cluster->dbarr);
|
||||
|
||||
get_db_infos(cluster);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user