diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2018-10-30 13:22:11 +0100 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2018-10-30 13:22:11 +0100 |
commit | c2c7c263af00a94bbc1a15461215f29280a9ddf0 (patch) | |
tree | 2515bc3ba238054da91a6da796b4ca1795bd7923 /src | |
parent | c34bca9ea55e1d7c207ebc30691a8d2b421100eb (diff) | |
download | postgresql-c2c7c263af00a94bbc1a15461215f29280a9ddf0.tar.gz postgresql-c2c7c263af00a94bbc1a15461215f29280a9ddf0.zip |
pg_rewind: Remove unused macro
This has never been used while pg_rewind was in the tree (possibly
once copied from pg_upgrade).
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_rewind/logging.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/pg_rewind/logging.c b/src/bin/pg_rewind/logging.c index f48f7e9070e..af738f209c4 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 |