Re: [HACKERS] initdb problem

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: oleg(at)sai(dot)msu(dot)su (Oleg Bartunov)
Cc: meskes(at)online-club(dot)de, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] initdb problem
Date: 1998-08-24 00:24:58
Message-ID: 199808240024.UAA26705@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Bruce,
>
> Just re-downladed cvs and compiled on Linux x86 2.0.35, gcc 2.7.2.3
> initd seems runs ok now, regression test fails on:

This is GREAT news. I was feeling guilt about breaking the source tree.

Perhaps CVS has some problem with the size of the change I made. Not
sure.

If someone else who is having trouble tries re-downloading the whole
tree, and it works, we can recommend this as the solution.

>
> oidint2 .. failed
> oidint4 .. failed
> oidname .. failed

You get these because I removed these types in the patch. I have asked
Thomas to fix this.

> .........
> geometry .. failed
> ........
> constraints .. failed
> ........
> create_index .. failed
> sanity_check .. failed
> .........
> select .. failed
> select_into .. failed
> select_distinct .. failed
> select_distinct_on .. failed
> .........
> aggregates .. failed
> .........
> random .. failed
> portals .. failed
> misc .. failed
> .........
> btree_index .. failed
> .........
> select_views .. failed
> alter_table .. failed
> portals_p2 .. failed
> run_ruletest.sql .. ./regress.sh: sql/run_ruletest.sql.sql: No such file or directory
> diff: expected/run_ruletest.sql.out: No such file or directory
> diff: results/run_ruletest.sql.out: No such file or directory
> ok
> setup_ruletest.sql .. ./regress.sh: sql/setup_ruletest.sql.sql: No such file or directory
> diff: expected/setup_ruletest.sql.out: No such file or directory
> diff: results/setup_ruletest.sql.out: No such file or directory
> ok
> ACTUAL RESULTS OF REGRESSION TEST ARE NOW IN FILE regress.out

I get the same problems. regress/checkresults shows the differences are
minor and expected. The last stuff is because some stuff was renamed,
and I assume Thomas will have it working soon.

--
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-24 01:05:29 Re: [HACKERS] int8 type -- call for porting results!
Previous Message David Hartwig 1998-08-23 23:55:29 Re: [INTERFACES] Re: [HACKERS] changes in 6.4