Current initdb broken.

Keith Parks <emkxp01@mtcc.demon.co.uk>

From: Keith Parks <emkxp01@mtcc.demon.co.uk>
To: hackers@postgresql.org
Date: 2000-06-09T23:12:26Z
Lists: pgsql-hackers
Hi,

I know it doesn't show in a patch, but.. there are some
rogue spaces at the end of the line containing "usecreatetable".

Keith.

 *** pgsql/src/bin/initdb/initdb.sh      Fri Jun  9 18:09:51 2000
--- /usr/local/pgsql/src/bin/initdb/initdb.sh   Sat Jun 10 00:07:07 2000
***************
*** 523,529 ****
              usename, \
              usesysid, \
              usecreatedb, \
!              \            
              uselocktable, \
              usetrace, \
              usesuper, \
--- 523,529 ----
              usename, \
              usesysid, \
              usecreatedb, \
!             usecreatetable, \
              uselocktable, \
              usetrace, \
              usesuper, \