Commit 106c733c authored by Bruce Momjian's avatar Bruce Momjian

Spacing improvement.

parent 293ab5ab
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* copyright (c) Oliver Elphick <olly@lfix.co.uk>, 2001; * copyright (c) Oliver Elphick <olly@lfix.co.uk>, 2001;
* licence: BSD * licence: BSD
* *
* $Header: /cvsroot/pgsql/contrib/pg_controldata/Attic/pg_controldata.c,v 1.6 2002/07/05 15:31:16 thomas Exp $ * $Header: /cvsroot/pgsql/contrib/pg_controldata/Attic/pg_controldata.c,v 1.7 2002/08/14 03:01:43 momjian Exp $
*/ */
#include "postgres.h" #include "postgres.h"
...@@ -137,8 +137,8 @@ main(int argc, char *argv[]) ...@@ -137,8 +137,8 @@ main(int argc, char *argv[])
ControlFile.relseg_size, ControlFile.relseg_size,
ControlFile.nameDataLen, ControlFile.nameDataLen,
ControlFile.funcMaxArgs, ControlFile.funcMaxArgs,
(ControlFile.enableIntTimes? (ControlFile.enableIntTimes ?
"64-bit integers": "Floating point"), "64-bit integers" : "Floating point"),
ControlFile.localeBuflen, ControlFile.localeBuflen,
ControlFile.lc_collate, ControlFile.lc_collate,
ControlFile.lc_ctype); ControlFile.lc_ctype);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment