Skip to content

Commit 2cfde3c

Browse files
committed
Fix double declaration for check_ok() in pg_upgrade.h
Author: Pavel Borisov <[email protected]>
1 parent df4c3cb commit 2cfde3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bin/pg_upgrade/pg_upgrade.h

-1
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ void pg_fatal(const char *fmt,...) pg_attribute_printf(1, 2) pg_attribute_noret
429429
void end_progress_output(void);
430430
void prep_status(const char *fmt,...) pg_attribute_printf(1, 2);
431431
void prep_status_progress(const char *fmt,...) pg_attribute_printf(1, 2);
432-
void check_ok(void);
433432
unsigned int str2uint(const char *str);
434433

435434

0 commit comments

Comments
 (0)