mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 00:03:09 -04:00
Add get_pkglib_path to postmaster.c
This commit is contained in:
parent
5a7e1a187c
commit
9ee3310768
@ -37,7 +37,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $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 $
|
||||||
*
|
*
|
||||||
* NOTES
|
* NOTES
|
||||||
*
|
*
|
||||||
@ -466,6 +466,8 @@ PostmasterMain(int argc, char *argv[])
|
|||||||
gettext("%s: could not locate my own executable path"),
|
gettext("%s: could not locate my own executable path"),
|
||||||
argv[0]);
|
argv[0]);
|
||||||
|
|
||||||
|
get_pkglib_path(my_exec_path, pkglib_path);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Options setup
|
* Options setup
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user