Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3b3c2cf

Browse files
committed
In pg_upgrade, fix odd function parameter wrapping.
1 parent c6c4177 commit 3b3c2cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/pg_upgrade/check.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ output_check_banner(bool *live_check)
4343

4444

4545
void
46-
check_old_cluster(bool live_check,
47-
char **sequence_script_file_name)
46+
check_old_cluster(bool live_check, char **sequence_script_file_name)
4847
{
4948
/* -- OLD -- */
5049

0 commit comments

Comments
 (0)