Re: Re: Call for platforms

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: lockhart(at)fourpalms(dot)org, lockhart(at)alumni(dot)caltech(dot)edu
Cc: hotz(at)jpl(dot)nasa(dot)gov, tih(at)kpnQwest(dot)no, scrappy(at)hub(dot)org, pgsql-hackers(at)postgresql(dot)org, ask(at)wisdom(dot)weizmann(dot)ac(dot)il, thomas(at)pgsql(dot)com
Subject: Re: Re: Call for platforms
Date: 2001-03-28 01:39:51
Message-ID: 20010328103951J.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

> > mklinux PPC750 7.0 2000-04-13, Tatsuo Ishii
> >
> > Any luck with RC1?
>
> I will try today or tomorrow...

In summary no, improvemnets seen.

If compiled with -O2 or -O2 -g, I got 10 tests FAILED. misc test
failed due to a backend crash. The SQL caused the crash was:

select i, length(t), octet_length(t), oldstyle_length(i,t) from
oldstyle_test;

#0 ExecReplace (slot=0x1a4a7d0, tupleid=0x0, estate=0x1a4a708)
at execMain.c:1408
1408 resultRelationDesc = resultRelInfo->ri_RelationDesc;
(gdb) where
#0 ExecReplace (slot=0x1a4a7d0, tupleid=0x0, estate=0x1a4a708)
at execMain.c:1408
#1 0x188471c in ExecutePlan (estate=0x0, plan=0x1a4a410,
operation=CMD_SELECT, numberTuples=0, direction=27567836,
destfunc=0x1a4adf8) at execMain.c:1127
#2 0x188471c in ExecutePlan (estate=0x0, plan=0x1a4a410,
operation=CMD_SELECT, numberTuples=0, direction=27567836,
destfunc=0x1a4adf8) at execMain.c:1127
#3 0x18838b8 in ExecutorRun (queryDesc=0x1a4a7d0, estate=0x1a4a708,
feature=27567784, count=0) at execMain.c:233
#4 0x18e7784 in ProcessQuery (parsetree=0x1a4a708, plan=0x1a4a6a8, dest=None)
at pquery.c:295
#5 0x18e5c38 in pg_exec_query_string (query_string=0x1a4a410 "", dest=None,
parse_context=0x1) at postgres.c:806
#6 0x18e70b8 in PostgresMain (argc=1, argv=0x0, real_argc=4, real_argv=0x0,
username=0x0) at postgres.c:1902
#7 0x18c92ec in DoBackend (port=0x1a4a6a8) at postmaster.c:2111
#8 0x18c8e10 in BackendStartup (port=0x1a4a708) at postmaster.c:1894
#9 0x18c7c08 in ServerLoop () at postmaster.c:992
#10 0x18c74f4 in PostmasterMain (argc=0, argv=0x1a4a6a8) at postmaster.c:682
#11 0x1899a5c in main (argc=27567784, argv=0x1a4a708) at main.c:147
#12 0x181c400 in _start ()
(gdb)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-03-28 05:41:59 Re: Out of date security docs
Previous Message Marko Kreen 2001-03-28 00:57:18 Re: fmgr, C , and character arguments

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Knox 2001-03-28 01:49:24 Re: Re: Call for platforms
Previous Message Tom Lane 2001-03-28 01:08:47 Re: Solaris 7 SPARC passes tests (was Re: Re: [BUGS] Tests randomly failed)