mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Add get_pkglib_path to postmaster.c
This commit is contained in:
		@@ -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
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user