Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9ee3310

Browse files
committed
Add get_pkglib_path to postmaster.c
1 parent5a7e1a1 commit9ee3310

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/1918:58:44 momjian Exp $
40+
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.392 2004/05/1919: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)

[8]ページ先頭

©2009-2025 Movatter.jp