Re: [bug fix] ECPG app crashes due to SIGBUS on SPARC Solaris - Mailing list pgsql-hackers

From MauMau
Subject Re: [bug fix] ECPG app crashes due to SIGBUS on SPARC Solaris
Date
Msg-id E6108E4BA82D4C6AB662A42FFDB124D3@maumau
Whole thread Raw
In response to Re: [bug fix] ECPG app crashes due to SIGBUS on SPARC Solaris  (Michael Meskes <meskes@postgresql.org>)
Responses Re: [bug fix] ECPG app crashes due to SIGBUS on SPARC Solaris  (Michael Meskes <meskes@postgresql.org>)
List 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 by date:

Previous
From: Amit Kapila
Date:
Subject: Re: ERROR: missing chunk number 0 for toast value
Next
From: "MauMau"
Date:
Subject: Re: [bug fix] "pg_ctl stop" times out when it should respond quickly