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
1acf0d85
Commit
1acf0d85
authored
Aug 25, 1998
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
From: Massimo Dal Zotto <dz@cs.unitn.it>
config.patch remove old defines no more used in the code.
parent
1a5fb654
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
+0
-20
src/include/config.h.in
src/include/config.h.in
+0
-20
No files found.
src/include/config.h.in
View file @
1acf0d85
...
@@ -291,12 +291,6 @@ extern void srandom(int seed);
...
@@ -291,12 +291,6 @@ extern void srandom(int seed);
/* #define DATEDEBUG */
/* #define DATEDEBUG */
/*
* Define this if you want to use date constants with a short year
* like '01/05/96'.
*/
/* #define USE_SHORT_YEAR */
/*
/*
* defining unsafe floats's will make float4 and float8
* defining unsafe floats's will make float4 and float8
* ops faster at the cost of safety, of course!
* ops faster at the cost of safety, of course!
...
@@ -320,15 +314,6 @@ extern void srandom(int seed);
...
@@ -320,15 +314,6 @@ extern void srandom(int seed);
*/
*/
#define TCL_ARRAYS
#define TCL_ARRAYS
/*
* The comparison routines for text and char data type give incorrect results
* if the input data contains characters greater than 127. As these routines
* perform the comparison using signed char variables all character codes
* greater than 127 are interpreted as less than 0. These codes are used to
* encode the iso8859 char sets. Define this flag to correct the problem.
*/
#define UNSIGNED_CHAR_TEXT
/*
/*
* The following flag allows limiting the number of rows returned by a query.
* The following flag allows limiting the number of rows returned by a query.
* You will need the loadable module utils.c to use this feature.
* You will need the loadable module utils.c to use this feature.
...
@@ -360,11 +345,6 @@ extern void srandom(int seed);
...
@@ -360,11 +345,6 @@ extern void srandom(int seed);
#define RTDEBUG
#define RTDEBUG
#define GISTDEBUG
#define GISTDEBUG
/* #define DEBUG_RECIPE */
/* #define DEBUG_RECIPE */
/* #define ASYNC_DEBUG */
/* #define COPY_DEBUG */
/* #define VACUUM_DEBUG */
/* #define NBTINSERT_PATCH_DEBUG */
/* The following don't have any apparent purpose, but are in the
/* The following don't have any apparent purpose, but are in the
* code. someday, will take them out altogether, but for now,
* code. someday, will take them out altogether, but for now,
...
...
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