pg_rewind: Remove unused macro

This has never been used while pg_rewind was in the tree (possibly
once copied from pg_upgrade).
pull/34/head
Peter Eisentraut 7 years ago
parent c34bca9ea5
commit c2c7c263af
  1. 2
      src/bin/pg_rewind/logging.c

@ -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

Loading…
Cancel
Save