This is an automated email from the ASF dual-hosted git repository. yjhjstz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 9b197af19ac5ab7e104a1f826feba28c3a125513 Author: Peter Eisentraut <[email protected]> AuthorDate: Wed Mar 9 12:12:20 2022 +0100 Fix double declaration for check_ok() in pg_upgrade.h Author: Pavel Borisov <[email protected]> (cherry picked from commit 2cfde3c2371860aa6c05f84c3fbec9c400ab6b1a) --- src/bin/pg_upgrade/pg_upgrade.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/pg_upgrade/pg_upgrade.h b/src/bin/pg_upgrade/pg_upgrade.h index 158e6a00d9..d03bb30dcb 100644 --- a/src/bin/pg_upgrade/pg_upgrade.h +++ b/src/bin/pg_upgrade/pg_upgrade.h @@ -553,7 +553,6 @@ void pg_log(eLogType type, const char *fmt,...) pg_attribute_printf(2, 3); void pg_fatal(const char *fmt,...) pg_attribute_printf(1, 2) pg_attribute_noreturn(); void end_progress_output(void); void prep_status(const char *fmt,...) pg_attribute_printf(1, 2); -void check_ok(void); unsigned int str2uint(const char *str); uint64 str2uint64(const char *str); void pg_putenv(const char *var, const char *val); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
