Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9ee3310

Browse files
committed
Add get_pkglib_path to postmaster.c
1 parent 5a7e1a1 commit 9ee3310

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/backend/postmaster/postmaster.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*
3838
*
3939
* IDENTIFICATION
40-
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.391 2004/05/19 18:58:44 momjian Exp $
40+
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.392 2004/05/19 19:11:25 momjian Exp $
4141
*
4242
* NOTES
4343
*
@@ -466,6 +466,8 @@ PostmasterMain(int argc, char *argv[])
466466
gettext("%s: could not locate my own executable path"),
467467
argv[0]);
468468

469+
get_pkglib_path(my_exec_path, pkglib_path);
470+
469471
/*
470472
* Options setup
471473
*/

0 commit comments

Comments
 (0)