In pg_upgrade, fix odd function parameter wrapping.

This commit is contained in:
Bruce Momjian 2011-06-22 19:30:12 -04:00
parent c6c4177f10
commit 3b3c2cf180
1 changed files with 1 additions and 2 deletions

View File

@ -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 -- */