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
46606ab0
Commit
46606ab0
authored
Oct 18, 1996
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document some more #ifdef's
parent
94e82514
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
4 deletions
+22
-4
src/include/config.h
src/include/config.h
+22
-4
No files found.
src/include/config.h
View file @
46606ab0
...
...
@@ -8,6 +8,11 @@
#define BLCKSZ 8192
/* Found in catalog/catalog.c, but doesn't seem to do anything in there */
#ifndef MAXPATHLEN
#define MAXPATHLEN 80
#endif
#if defined(sequent)
# define NEED_UNION_SEMUN
#endif
...
...
@@ -32,6 +37,9 @@
#endif
#if defined(linux)
# ifndef __USE_POSIX
# define __USE_POSIX
# endif
# define NEED_CBRT
#endif
...
...
@@ -75,8 +83,12 @@
# define NEED_UNION_SEMUN
#endif
#if defined(next)
# define NEED_SIG_JMP
#endif
#if defined(win32)
# define
WIN32
# define
NEED_SIG_JMP
# define NO_UNISTD_H
# define USES_WINSOCK
# define NOFILE 100
...
...
@@ -228,6 +240,8 @@
/* #define FASTBUILD_DEBUG /* access/nbtree/nbtsort.c */
#define RTDEBUG
/* access/rtree/rtree.c */
#define GISTDEBUG
/* access/gist/gist.c */
/* #define PURGEDEBUG /* commands/purge.c */
/* #define DEBUG_RECIPE /* commands/recipe.c */
/* The following don't have any apparent purpose, but are in the
...
...
@@ -238,6 +252,10 @@
/* #define PERFECT_MMGR /* access/hash/hash.c */
/* #define PERFECT_MEM /* access/hash/hashscan.c */
/* #define NO_BUFFERISVALID /* access/heap/heapam.c */
/* #define NO_SECURITY /* commands/cluster.c */
/* #define TIOGA /* commands/recipe.c */
/* #define OLD_REWRITE /* commands/version.c */
/* #define NOTYET /* commands/view.c */
/* Undocumented "features"? */
...
...
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