On Tue, Aug 17, 2004 at 08:27:58PM -0700, Joe Conway wrote:
> Tom Lane wrote:
> >Joe Conway <[EMAIL PROTECTED]> writes:
> >
> >>Hopefully the third try is a charm ;-)
> >
> >>Version 3 is now available: fixes the init script. Previously 
> >>/etc/init.d/postgresql worked the first time used (i.e. would initdb and 
> >>start postgres) but not the second and subsequent times.
> >
> >[ blink... ]  Was this your own error, or are you saying there is such a
> >bug in the current RPM distributions?
> 
> My own. I missed changing this line:
>   if [ `cat $PGDATA/PG_VERSION` != '7.4' ]
> to this:
>   if [ `cat $PGDATA/PG_VERSION` != '8.0' ]

Isn't there a way to generate this automatically?  Why isn't the .spec
file (and the debian directory, for that matter) part of the source
tree?

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"I think my standards have lowered enough that now I think 'good design'
is when the page doesn't irritate the living f*ck out of me." (JWZ)


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to