mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-12 00:47:33 +08: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