Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
6e3cc202
Commit
6e3cc202
authored
Oct 22, 2004
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tsearch build problems.
Magnus Hagander
parent
521408a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
src/include/miscadmin.h
src/include/miscadmin.h
+2
-2
src/makefiles/Makefile.win32
src/makefiles/Makefile.win32
+5
-1
No files found.
src/include/miscadmin.h
View file @
6e3cc202
...
...
@@ -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.17
1 2004/10/18 19:08:57 momjian
Exp $
* $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.17
2 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
...
...
src/makefiles/Makefile.win32
View file @
6e3cc202
# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.
3 2003/11/29 19:52:12 pgsq
l Exp $
# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.
4 2004/10/22 22:33:58 tg
l Exp $
# Use replacement include files for those missing on Win32
override
CPPFLAGS
+=
"-I
$(top_srcdir)
/src/include/port/win32"
...
...
@@ -23,6 +23,10 @@ override CPPFLAGS+= -DBUILDING_DLL
endif
endif
ifneq
(,$(findstring timezone,$(subdir)))
override
CPPFLAGS
+=
-DBUILDING_DLL
endif
ifneq
(,$(findstring ecpg/lib,$(subdir)))
override
CPPFLAGS
+=
-DBUILDING_DLL
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment