Remove unused macro
authorPeter Eisentraut <[email protected]>
Thu, 30 Nov 2023 05:00:44 +0000 (06:00 +0100)
committerPeter Eisentraut <[email protected]>
Thu, 30 Nov 2023 05:00:44 +0000 (06:00 +0100)
Usage was removed in a33e17f210 but the definition was not removed.

src/bin/pg_rewind/pg_rewind.c

index bfd44a284e224080e41e50b942d2adb134cedd88..f55ef4f2f85a0697fefeca6c7c9d178fccd028d5 100644 (file)
@@ -1130,7 +1130,6 @@ static void
 ensureCleanShutdown(const char *argv0)
 {
        int                     ret;
-#define MAXCMDLEN (2 * MAXPGPATH)
        char            exec_path[MAXPGPATH];
        PQExpBuffer postgres_cmd;