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
43eeb646
Commit
43eeb646
authored
Aug 27, 1996
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed -DESCAPE_PATCH ... moved to include/config.h
parent
321b8c80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/Makefile.global
src/Makefile.global
+1
-3
No files found.
src/Makefile.global
View file @
43eeb646
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
#
#
#
#
# IDENTIFICATION
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.2
6 1996/08/27 06:52:34
scrappy Exp $
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.2
7 1996/08/27 07:41:17
scrappy Exp $
#
#
# NOTES
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
# This is seen by any Makefiles that include mk/postgres.mk. To
...
@@ -289,8 +289,6 @@ LDFLAGS+= $(LDFLAGS_BE)
...
@@ -289,8 +289,6 @@ LDFLAGS+= $(LDFLAGS_BE)
CFLAGS
+=
-DARRAY_PATCH
CFLAGS
+=
-DARRAY_PATCH
# enable patches to null insert/update code
# enable patches to null insert/update code
CFLAGS
+=
-DNULL_PATCH
CFLAGS
+=
-DNULL_PATCH
# enable patches to array escape conversion code
CFLAGS
+=
-DESCAPE_PATCH
# enable patches for varchar and fsync
# enable patches for varchar and fsync
CFLAGS
+=
-DOPENLINK_PATCHES
CFLAGS
+=
-DOPENLINK_PATCHES
...
...
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