Re: Re: Call for platforms

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: Re: Call for platforms
Дата
Msg-id 20010328103951J.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Re: Call for platforms  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Ответы Re: Re: Call for platforms  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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) 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Solaris 7 SPARC passes tests (was Re: Re: [BUGS] Tests randomly failed)
Следующее
От: "Mark Knox"
Дата:
Сообщение: Re: Re: Call for platforms