mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
In pg_upgrade, no need to initialize global struct values; they are
always zeros. Also no need to free memory before we exit.
This commit is contained in:
@ -326,7 +326,6 @@ void check_loadable_libraries(void);
|
||||
|
||||
/* info.c */
|
||||
|
||||
void initialize_cluster_info(ClusterInfo *cluster);
|
||||
FileNameMap *gen_db_file_maps(DbInfo *old_db,
|
||||
DbInfo *new_db, int *nmaps, const char *old_pgdata,
|
||||
const char *new_pgdata);
|
||||
|
Reference in New Issue
Block a user