Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0d95d commit b9ba13aCopy full SHA for b9ba13a
src/backend/postmaster/postmaster.c
@@ -37,7 +37,7 @@
37
*
38
39
* IDENTIFICATION
40
- * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.383 2004/05/11 21:57:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.384 2004/05/12 03:48:42 momjian Exp $
41
42
* NOTES
43
@@ -692,7 +692,7 @@ PostmasterMain(int argc, char *argv[])
692
/*
693
* On some systems our dynloader code needs the executable's pathname.
694
*/
695
- if (find_my_binary(pg_pathname, progname, "postgres") < 0)
+ if (find_my_binary(pg_pathname, argv[0], "postgres") < 0)
696
ereport(FATAL,
697
(errmsg("%s: could not locate postgres executable",
698
progname)));
0 commit comments