mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
pg_rewind: Remove unused macro
This has never been used while pg_rewind was in the tree (possibly once copied from pg_upgrade).
This commit is contained in:
@ -25,8 +25,6 @@ static pg_time_t last_progress_report = 0;
|
||||
|
||||
#define QUERY_ALLOC 8192
|
||||
|
||||
#define MESSAGE_WIDTH 60
|
||||
|
||||
static
|
||||
pg_attribute_printf(2, 0)
|
||||
void
|
||||
|
Reference in New Issue
Block a user