1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

Fix tsearch build problems.

Magnus Hagander
This commit is contained in:
Tom Lane
2004-10-22 22:33:58 +00:00
parent 521408a56f
commit 6e3cc2029d
2 changed files with 7 additions and 3 deletions

View File

@ -13,7 +13,7 @@
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.171 2004/10/18 19:08:57 momjian Exp $
* $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.172 2004/10/22 22:33:58 tgl Exp $
*
* NOTES
* some of the information in this file should be moved to other files.
@ -136,7 +136,7 @@ extern struct Port *MyProcPort;
extern long MyCancelKey;
extern char OutputFileName[];
extern char my_exec_path[];
extern DLLIMPORT char my_exec_path[];
extern char pkglib_path[];
#ifdef EXEC_BACKEND