mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +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