Fix double declaration for check_ok() in pg_upgrade.h
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 9 Mar 2022 11:12:20 +0000 (12:12 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 9 Mar 2022 11:12:20 +0000 (12:12 +0100)
Author: Pavel Borisov <pashkin.elfe@gmail.com>

src/bin/pg_upgrade/pg_upgrade.h

index ca86c1129245f4a357bc3c3cd776ae02dc5a5085..b9b3ac81b2c6c19d5826bb6175ffbeab172ac2fb 100644 (file)
@@ -429,7 +429,6 @@ void        pg_fatal(const char *fmt,...) pg_attribute_printf(1, 2) pg_attribute_noret
 void       end_progress_output(void);
 void       prep_status(const char *fmt,...) pg_attribute_printf(1, 2);
 void       prep_status_progress(const char *fmt,...) pg_attribute_printf(1, 2);
-void       check_ok(void);
 unsigned int str2uint(const char *str);