Current initdb broken.

From: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>
To: hackers(at)postgresql(dot)org
Subject: Current initdb broken.
Date: 2000-06-09 23:12:26
Message-ID: 200006092312.AAA22814@mtcc.demon.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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, \

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-06-09 23:49:09 Re: Current initdb broken.
Previous Message Tom Lane 2000-06-09 22:06:50 Re: Adding time to DATE type