mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +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
|
void
|
||||||
check_old_cluster(bool live_check,
|
check_old_cluster(bool live_check, char **sequence_script_file_name)
|
||||||
char **sequence_script_file_name)
|
|
||||||
{
|
{
|
||||||
/* -- OLD -- */
|
/* -- OLD -- */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user