mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
In pg_upgrade, fix odd function parameter wrapping.
This commit is contained in:
@ -43,8 +43,7 @@ output_check_banner(bool *live_check)
|
||||
|
||||
|
||||
void
|
||||
check_old_cluster(bool live_check,
|
||||
char **sequence_script_file_name)
|
||||
check_old_cluster(bool live_check, char **sequence_script_file_name)
|
||||
{
|
||||
/* -- OLD -- */
|
||||
|
||||
|
Reference in New Issue
Block a user