projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a7e1a1
)
Add get_pkglib_path to postmaster.c
author
Bruce Momjian
<bruce@momjian.us>
Wed, 19 May 2004 19:11:25 +0000
(19:11 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 19 May 2004 19:11:25 +0000
(19:11 +0000)
src/backend/postmaster/postmaster.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/postmaster/postmaster.c
b/src/backend/postmaster/postmaster.c
index 645bccff48e98f003b2c3856c0e91a84352ebaf4..2abb4abb9571ed17ebacd4f7b270b35c3720103a 100644
(file)
--- a/
src/backend/postmaster/postmaster.c
+++ b/
src/backend/postmaster/postmaster.c
@@
-37,7
+37,7
@@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.39
1 2004/05/19 18:58:44
momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.39
2 2004/05/19 19:11:25
momjian Exp $
*
* NOTES
*
@@
-466,6
+466,8
@@
PostmasterMain(int argc, char *argv[])
gettext("%s: could not locate my own executable path"),
argv[0]);
+ get_pkglib_path(my_exec_path, pkglib_path);
+
/*
* Options setup
*/