diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-08-25 21:17:11 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-08-25 21:17:11 +0000 |
commit | 1acf0d85fefca64737fa05f99d7b6dd44d7bc783 (patch) | |
tree | 5a3d121ed91a1455328f89d985094237cf4bc5b0 /src | |
parent | 1a5fb654639ea5d2ecad085cc7c2d5d3d269f620 (diff) | |
download | postgresql-1acf0d85fefca64737fa05f99d7b6dd44d7bc783.tar.gz postgresql-1acf0d85fefca64737fa05f99d7b6dd44d7bc783.zip |
From: Massimo Dal Zotto <dz@cs.unitn.it>
config.patch
remove old defines no more used in the code.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/config.h.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index f8836576cfe..44752346b51 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -292,12 +292,6 @@ extern void srandom(int seed); /* #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 * ops faster at the cost of safety, of course! */ @@ -321,15 +315,6 @@ extern void srandom(int seed); #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. * You will need the loadable module utils.c to use this feature. */ @@ -360,11 +345,6 @@ extern void srandom(int seed); #define RTDEBUG #define GISTDEBUG /* #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 * code. someday, will take them out altogether, but for now, |