From: Peter Eisentraut Date: Wed, 9 Mar 2022 11:12:20 +0000 (+0100) Subject: Fix double declaration for check_ok() in pg_upgrade.h X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=2cfde3c2371860aa6c05f84c3fbec9c400ab6b1a;p=users%2Frhaas%2Fpostgres.git Fix double declaration for check_ok() in pg_upgrade.h Author: Pavel Borisov --- diff --git a/src/bin/pg_upgrade/pg_upgrade.h b/src/bin/pg_upgrade/pg_upgrade.h index ca86c11292..b9b3ac81b2 100644 --- a/src/bin/pg_upgrade/pg_upgrade.h +++ b/src/bin/pg_upgrade/pg_upgrade.h @@ -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);