|
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);
|
|