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

Commitd4eae72

Browse files
committed
This patch removes two unused global variables from globals.c
Neil Conway
1 parent50869ef commitd4eae72

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

‎src/backend/utils/init/globals.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* 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 $
1212
*
1313
* NOTES
1414
* Globals used all over the place should be declared here and not
@@ -66,10 +66,6 @@ boolCDayLight = false;
6666
intCTimeZone=0;
6767
charCTZName[MAXTZLEN+1]="";
6868

69-
charDateFormat[20]="%d-%m-%Y";/* mjl: sizes! or better
70-
* malloc? XXX */
71-
charFloatFormat[20]="%f";
72-
7369
boolenableFsync= true;
7470
boolallowSystemTableMods= false;
7571
intSortMem=1024;

‎src/include/miscadmin.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
1313
* Portions Copyright (c) 1994, Regents of the University of California
1414
*
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 $
1616
*
1717
* NOTES
1818
* some of the information in this file should be moved to
@@ -161,9 +161,6 @@ extern bool CDayLight;
161161
externintCTimeZone;
162162
externcharCTZName[];
163163

164-
externcharFloatFormat[];
165-
externcharDateFormat[];
166-
167164
externboolenableFsync;
168165
externboolallowSystemTableMods;
169166
externDLLIMPORTintSortMem;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp