Recent initdb error

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Recent initdb error
Date: 2003-01-21 05:37:48
Message-ID: 1043127468.83856.46.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

setting privileges on built-in objects... ok
creating information schema... sed: 1: "s/^[0-9]*\.[0-9]*\.\([0 ...":
undefined label 'L;s/.*/0000/;q;: L;s/.*\(....\)$/\1/'
ok
vacuuming database template1... ok

Seems to have appeared with the changes for the SQL_FEATURES table.

The below works:
micro_version=`echo $VERSION | sed
's/^[0-9]*\.[0-9]*\.\([0-9]*\).*/0000\1/;t LABEL
s/.*/0000/;q
:LABEL
s/.*\(....\)$/\1/'`

For some reason my sed isn't liking the semicolons.

--
Rod Taylor <rbt(at)rbt(dot)ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2003-01-21 08:26:48 Re: Foreign key wierdness
Previous Message Marc G. Fournier 2003-01-21 03:27:37 Re: Can we revisit the thought of PostgreSQL 7.2.4?