Current initdb broken. - Mailing list pgsql-hackers

From Keith Parks
Subject Current initdb broken.
Date
Msg-id 200006092312.AAA22814@mtcc.demon.co.uk
Whole thread Raw
Responses Re: Current initdb broken.  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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, \



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Adding time to DATE type
Next
From: Bruce Momjian
Date:
Subject: Re: Current initdb broken.