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