Re: [HACKERS] Broken source tree

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: t-ishii(at)sra(dot)co(dot)jp
Cc: lockhart(at)alumni(dot)caltech(dot)edu, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Broken source tree
Date: 1998-08-06 05:08:55
Message-ID: 199808060508.BAA25482@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> >I did a CVSup a few minutes ago, and tried to do a clean install.
> >configure seemed to do the right thing, but initdb was not
> >happy. Looks
>
> Seems linux users have been experiencing problems with initdb, and I
> decided to make another challenge of installing PostgreSQL to my
> RedHat 4.0 box from scratch. (I did cvs up a few hours ago). So far no
> problem was found.
>
> >like (perhaps) the recent changes to initdb to allow non-interactive use
> ~~~~~~~~~~~~~~~~~~~~~~~~~
> >might have broken things?
>
> I didn't know about this. Maybe you mean the patches I have sent
> recently?
>
> >Regarding specific symptoms:
> >1) libpq.so.1 did get made and is in the right place afaik. Don't know
> >why pg_id is complaining.
>
> don't know too.
>
> >2) initdb has a syntax error in the script.
>
> maybe due to pg_id returning null string?
> --
> Tatsuo Ishii
> t-ishii(at)sra(dot)co(dot)jp
>

Multi-byte pg_class_mb.h and others had duplicate copies of the file in
them. I am committing a fix now.

As far as I am concerned, if you want to just add the endcoding field to
various tables, go ahead. It is easier than maintaining two copies of
the files, and should make your job easier.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-08-06 05:11:48 Large objects
Previous Message t-ishii 1998-08-06 04:45:28 Re: [HACKERS] CVS and the backend