projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e5f517
)
Remove unused macro
author
Peter Eisentraut
<
[email protected]
>
Thu, 30 Nov 2023 05:00:44 +0000
(06:00 +0100)
committer
Peter 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
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_rewind/pg_rewind.c
b/src/bin/pg_rewind/pg_rewind.c
index bfd44a284e224080e41e50b942d2adb134cedd88..f55ef4f2f85a0697fefeca6c7c9d178fccd028d5 100644
(file)
--- 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;