Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1acf0d8

Browse files
committed
From: Massimo Dal Zotto <dz@cs.unitn.it>config.patch remove old defines no more used in the code.
1 parent1a5fb65 commit1acf0d8

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

‎src/include/config.h.in

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -291,12 +291,6 @@ extern void srandom(int seed);
291291

292292
/* #define DATEDEBUG */
293293

294-
/*
295-
* Define this if you want to use date constants with a short year
296-
* like '01/05/96'.
297-
*/
298-
/* #define USE_SHORT_YEAR */
299-
300294
/*
301295
* defining unsafe floats's will make float4 and float8
302296
* ops faster at the cost of safety, of course!
@@ -320,15 +314,6 @@ extern void srandom(int seed);
320314
*/
321315
#defineTCL_ARRAYS
322316

323-
/*
324-
* The comparison routines for text and char data type give incorrect results
325-
* if the input data contains characters greater than 127. As these routines
326-
* perform the comparison using signed char variables all character codes
327-
* greater than 127 are interpreted as less than 0. These codes are used to
328-
* encode the iso8859 char sets. Define this flag to correct the problem.
329-
*/
330-
#defineUNSIGNED_CHAR_TEXT
331-
332317
/*
333318
* The following flag allows limiting the number of rows returned by a query.
334319
* You will need the loadable module utils.c to use this feature.
@@ -360,11 +345,6 @@ extern void srandom(int seed);
360345
#defineRTDEBUG
361346
#define GISTDEBUG
362347
/* #define DEBUG_RECIPE */
363-
/* #define ASYNC_DEBUG */
364-
/* #define COPY_DEBUG */
365-
/* #define VACUUM_DEBUG */
366-
/* #define NBTINSERT_PATCH_DEBUG */
367-
368348

369349
/* The following don't have any apparent purpose, but are in the
370350
* code. someday, will take them out altogether, but for now,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp