From 1acf0d85fefca64737fa05f99d7b6dd44d7bc783 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Tue, 25 Aug 1998 21:17:11 +0000 Subject: [PATCH] From: Massimo Dal Zotto config.patch remove old defines no more used in the code. --- src/include/config.h.in | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/include/config.h.in b/src/include/config.h.in index f8836576cf..44752346b5 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -291,12 +291,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! @@ -320,15 +314,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,