mirror of
https://github.com/postgres/postgres.git
synced 2025-05-20 00:03:14 -04: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…
x
Reference in New Issue
Block a user