From a1827568d22fba9e33044b8cfc5eb19e55ad5488 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 30 Nov 2023 06:00:44 +0100 Subject: [PATCH] Remove unused macro Usage was removed in a33e17f210 but the definition was not removed. --- src/bin/pg_rewind/pg_rewind.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/pg_rewind/pg_rewind.c b/src/bin/pg_rewind/pg_rewind.c index bfd44a284e2..f55ef4f2f85 100644 --- a/src/bin/pg_rewind/pg_rewind.c +++ b/src/bin/pg_rewind/pg_rewind.c @@ -1130,7 +1130,6 @@ static void ensureCleanShutdown(const char *argv0) { int ret; -#define MAXCMDLEN (2 * MAXPGPATH) char exec_path[MAXPGPATH]; PQExpBuffer postgres_cmd; -- 2.30.2