1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix double declaration for check_ok() in pg_upgrade.h

Author: Pavel Borisov <pashkin.elfe@gmail.com>
This commit is contained in:
Peter Eisentraut
2022-03-09 12:12:20 +01:00
parent df4c3cbd8f
commit 2cfde3c237

View 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 end_progress_output(void);
void prep_status(const char *fmt,...) pg_attribute_printf(1, 2); void prep_status(const char *fmt,...) pg_attribute_printf(1, 2);
void prep_status_progress(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); unsigned int str2uint(const char *str);