mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Cleanup ClusterInfo initialization in pg_upgrade
This commit is contained in:
@ -326,6 +326,7 @@ 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