projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c34bca9
)
pg_rewind: Remove unused macro
author
Peter Eisentraut
Tue, 30 Oct 2018 12:22:11 +0000
(13:22 +0100)
committer
Peter Eisentraut
Tue, 30 Oct 2018 12:22:11 +0000
(13:22 +0100)
This has never been used while pg_rewind was in the tree (possibly
once copied from pg_upgrade).
src/bin/pg_rewind/logging.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_rewind/logging.c
b/src/bin/pg_rewind/logging.c
index f48f7e9070e3a64f43b13b73d601d8359f1288ed..af738f209c43862f7146a92687b1fb0b13a00ef1 100644
(file)
--- 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