Re: Initdb failure with PG 7.1.3 on RH 7.1...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Paul Stavrides <pstav123(at)adelie(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Initdb failure with PG 7.1.3 on RH 7.1...
Date: 2001-11-30 19:36:14
Message-ID: 10216.1007148974@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Paul Stavrides <pstav123(at)adelie(dot)net> writes:
> My crime was using a 'c' comment to keep track of the changes I made in
> the postgress_ext.h file:

Ah so. The genbki script needs to be more careful about what it will
match --- #define with a comment marker in front of it shouldn't match.

> The post-processing of this file in genbki.sh will fail and not stop the
> build process. I am not an sh/sed naive but I think one of the sed
> commands needs an if <clause> fi || exit type mod to keep this happening
> in the future.

Yeah, some more error checking is needed there too. I'll see what I can
do.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2001-11-30 19:42:45 Re: alter table
Previous Message Paul Stavrides 2001-11-30 19:16:57 Re: Initdb failure with PG 7.1.3 on RH 7.1...