From: Peter Eisentraut Date: Thu, 30 Nov 2023 05:00:44 +0000 (+0100) Subject: Remove unused macro X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a1827568d22fba9e33044b8cfc5eb19e55ad5488;p=users%2Frhaas%2Fpostgres.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 bfd44a284e..f55ef4f2f8 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;