File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
* copyright (c) Oliver Elphick <olly@lfix.co.uk>, 2001;
7
7
* licence: BSD
8
8
*
9
- * $Header: /cvsroot/pgsql/contrib/pg_controldata/Attic/pg_controldata.c,v 1.6 2002/07/05 15:31:16 thomas Exp $
9
+ * $Header: /cvsroot/pgsql/contrib/pg_controldata/Attic/pg_controldata.c,v 1.7 2002/08/14 03:01:43 momjian Exp $
10
10
*/
11
11
#include "postgres.h"
12
12
@@ -137,8 +137,8 @@ main(int argc, char *argv[])
137
137
ControlFile .relseg_size ,
138
138
ControlFile .nameDataLen ,
139
139
ControlFile .funcMaxArgs ,
140
- (ControlFile .enableIntTimes ?
141
- "64-bit integers" : "Floating point" ),
140
+ (ControlFile .enableIntTimes ?
141
+ "64-bit integers" : "Floating point" ),
142
142
ControlFile .localeBuflen ,
143
143
ControlFile .lc_collate ,
144
144
ControlFile .lc_ctype );
You can’t perform that action at this time.
0 commit comments