Re: [bug fix] ECPG app crashes due to SIGBUS on SPARC Solaris

Поиск
Список
Период
Сортировка
От MauMau
Тема Re: [bug fix] ECPG app crashes due to SIGBUS on SPARC Solaris
Дата
Msg-id E6108E4BA82D4C6AB662A42FFDB124D3@maumau
обсуждение исходный текст
Ответ на Re: [bug fix] ECPG app crashes due to SIGBUS on SPARC Solaris  (Michael Meskes <meskes@postgresql.org>)
Ответы Re: [bug fix] ECPG app crashes due to SIGBUS on SPARC Solaris  (Michael Meskes <meskes@postgresql.org>)
Список pgsql-hackers
From: "Michael Meskes" <meskes@postgresql.org>
> On Sat, Dec 28, 2013 at 08:04:09AM +0900, MauMau wrote:
>> OK, I'll run the ECPG regression test on Solaris without the patch.
>> Please wait until Jan 6 2014 or so, because we've just entered new
>> year holidays here in Japan.
>
> Sure, we're no in a particular hurry.

I ran the ECPG regression test with the unpatched 64-bit PostgreSQL 9.2.4 on 
SPARC Solaris, and it succeeded (all 54 tests passed).  For information, I 
did as follows:

configure --prefix=... CC='<Oracle_Studio_HOME>/bin/cc -xtarget=generic64' 
...
gmake
gmake install
initdb -E UTF8 --no-locale
pg_ctl start
cd postgresql-9.2.4/src/interfaces/ecpg
gmake check

I guess that's that's because the regression test doesn't have a test case 
which specifies SQL descriptor name with a host variable.

Regards
MauMau




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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: ERROR: missing chunk number 0 for toast value
Следующее
От: "MauMau"
Дата:
Сообщение: Re: [bug fix] "pg_ctl stop" times out when it should respond quickly