mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Reorganize backend code to more cleanly manage executable names and
backend startup.
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/port/dynloader/linux.c,v 1.27 2003/11/29 19:51:54 pgsql Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/port/dynloader/linux.c,v 1.28 2004/05/13 22:45:02 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -43,7 +43,7 @@ pg_dlopen(char *filename)
|
||||
*/
|
||||
if (!dl_initialized)
|
||||
{
|
||||
if (dld_init(dld_find_executable(pg_pathname)))
|
||||
if (dld_init(dld_find_executable(my_exec_path)))
|
||||
return NULL;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user