Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
e5f7a9f4
Commit
e5f7a9f4
authored
20 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Install include/port header files, and fix PGXS build to use them.
Fabien COELHO
parent
86b55452
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/include/Makefile
+3
-2
3 additions, 2 deletions
src/include/Makefile
src/makefiles/Makefile.win32
+12
-1
12 additions, 1 deletion
src/makefiles/Makefile.win32
with
15 additions
and
3 deletions
src/include/Makefile
+
3
−
2
View file @
e5f7a9f4
...
...
@@ -4,7 +4,7 @@
#
# 'make install' installs whole contents of src/include.
#
# $PostgreSQL: pgsql/src/include/Makefile,v 1.1
7
2004/11/
09 06:23:50 neilc
Exp $
# $PostgreSQL: pgsql/src/include/Makefile,v 1.1
8
2004/11/
17 17:16:13 tgl
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -18,7 +18,8 @@ all: pg_config.h pg_config_os.h
# Subdirectories containing headers for server-side dev
SUBDIRS
=
access bootstrap catalog commands executor lib libpq mb
\
nodes optimizer parser port regex rewrite storage tcop utils
nodes optimizer parser port regex rewrite storage tcop utils
\
port port/win32 port/win32/arpa port/win32/netinet port/win32/sys
# Install all headers
install
:
all installdirs
...
...
This diff is collapsed.
Click to expand it.
src/makefiles/Makefile.win32
+
12
−
1
View file @
e5f7a9f4
# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.
5
2004/1
0/2
7 1
9
:1
4:07 momjian
Exp $
# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.
6
2004/1
1/1
7 1
7
:1
6:17 tgl
Exp $
# Use replacement include files for those missing on Win32
override
CPPFLAGS
+=
"-I
$(
top_srcdir
)
/src/include/port/win32"
...
...
@@ -35,3 +35,14 @@ endif
ifneq
(,$(findstring src/pl/plpython,$(subdir)))
override
CPPFLAGS
+=
-DUSE_DL_IMPORT
endif
# special win32 headers are provided here
ifdef
PGXS
override
CPPFLAGS
+=
-I
$(
includedir_server
)
/port/win32
endif
# it is better to install shared-libraries anyway?
# may be overriden with make MAKE_DLL=false install
ifndef
MAKE_DLL
MAKE_DLL
=
true
endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment