mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
Remove unused macro
Usage was removed in a33e17f210 but the definition was not removed.
This commit is contained in:
parent
7e5f517799
commit
a1827568d2
|
|
@ -1130,7 +1130,6 @@ static void
|
||||||
ensureCleanShutdown(const char *argv0)
|
ensureCleanShutdown(const char *argv0)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
#define MAXCMDLEN (2 * MAXPGPATH)
|
|
||||||
char exec_path[MAXPGPATH];
|
char exec_path[MAXPGPATH];
|
||||||
PQExpBuffer postgres_cmd;
|
PQExpBuffer postgres_cmd;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user