From: Peter Eisentraut Date: Thu, 30 Nov 2023 05:00:44 +0000 (+0100) Subject: Remove unused macro X-Git-Tag: REL_17_BETA1~1369 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=a1827568d22fba9e33044b8cfc5eb19e55ad5488;p=postgresql.git Remove unused macro Usage was removed in a33e17f210 but the definition was not removed. --- 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;