From c2c7c263af00a94bbc1a15461215f29280a9ddf0 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 30 Oct 2018 13:22:11 +0100 Subject: [PATCH] pg_rewind: Remove unused macro This has never been used while pg_rewind was in the tree (possibly once copied from pg_upgrade). --- src/bin/pg_rewind/logging.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/pg_rewind/logging.c b/src/bin/pg_rewind/logging.c index f48f7e9070..af738f209c 100644 --- a/src/bin/pg_rewind/logging.c +++ b/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