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 5a7e1a1 commit 9ee3310Copy full SHA for 9ee3310
src/backend/postmaster/postmaster.c
@@ -37,7 +37,7 @@
37
*
38
39
* IDENTIFICATION
40
- * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.391 2004/05/19 18:58:44 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.392 2004/05/19 19:11:25 momjian Exp $
41
42
* NOTES
43
@@ -466,6 +466,8 @@ PostmasterMain(int argc, char *argv[])
466
gettext("%s: could not locate my own executable path"),
467
argv[0]);
468
469
+ get_pkglib_path(my_exec_path, pkglib_path);
470
+
471
/*
472
* Options setup
473
*/
0 commit comments