summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_rewind/logging.c')
-rw-r--r--src/bin/pg_rewind/logging.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/pg_rewind/logging.c b/src/bin/pg_rewind/logging.c
index 3e2dc76c583..0e05f968fca 100644
--- a/src/bin/pg_rewind/logging.c
+++ b/src/bin/pg_rewind/logging.c
@@ -76,6 +76,9 @@ pg_log(eLogType type, const char *fmt,...)
}
+/*
+ * Print an error message, and exit.
+ */
void
pg_fatal(const char *fmt,...)
{