File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.67 2002/09/04 20:31:31 momjian Exp $
11
+ * $Header: /cvsroot/pgsql/src/backend/utils/init/globals.c,v 1.68 2002/10/03 17:07:53 momjian Exp $
12
12
*
13
13
* NOTES
14
14
* Globals used all over the place should be declared here and not
@@ -66,10 +66,6 @@ bool CDayLight = false;
66
66
int CTimeZone = 0 ;
67
67
char CTZName [MAXTZLEN + 1 ] = "" ;
68
68
69
- char DateFormat [20 ] = "%d-%m-%Y" ; /* mjl: sizes! or better
70
- * malloc? XXX */
71
- char FloatFormat [20 ] = "%f" ;
72
-
73
69
bool enableFsync = true;
74
70
bool allowSystemTableMods = false;
75
71
int SortMem = 1024 ;
Original file line number Diff line number Diff line change 12
12
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
13
13
* Portions Copyright (c) 1994, Regents of the University of California
14
14
*
15
- * $Id: miscadmin.h,v 1.110 2002/09/05 18:28:46 petere Exp $
15
+ * $Id: miscadmin.h,v 1.111 2002/10/03 17:07:53 momjian Exp $
16
16
*
17
17
* NOTES
18
18
* some of the information in this file should be moved to
@@ -161,9 +161,6 @@ extern bool CDayLight;
161
161
extern int CTimeZone ;
162
162
extern char CTZName [];
163
163
164
- extern char FloatFormat [];
165
- extern char DateFormat [];
166
-
167
164
extern bool enableFsync ;
168
165
extern bool allowSystemTableMods ;
169
166
extern DLLIMPORT int SortMem ;
You can’t perform that action at this time.
0 commit comments