Re: FW: PostgreSQL 7.3 Platform Testing

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: FW: PostgreSQL 7.3 Platform Testing
Date: 2002-11-15 01:52:10
Message-ID: 200211150152.gAF1qAG16250@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


It was Solaris awk. The fix will be in RC1.

---------------------------------------------------------------------------

Christopher Kings-Lynne wrote:
> Hi Guys,
>
> I emailed a few people to try to get some platform reports. What was the
> solution to this problem? It was AWK or something wasn't it? Will Martin
> have to try RC1?
>
> Chris
>
> > > We are trying to get our supported platforms list together, and
> > so far we
> > > have not had any platform reports for NetBSD, OpenBSD, Solaris
> > x86 or some
> > > of the rarer Linux architectures.
> >
> > I've compiled PostgreSQL 7.3b5 on Solaris X86 and I did a 'make check'
> > but it ran only 13 tests. I vaguely remember there were a lot more
> > last time. Let me know if there is something else I need to run.
> >
> > Platform: Solaris 8/X86
> > Compiler: GCC 2.95.3
> >
> > /bin/sh ./pg_regress --temp-install --top-builddir=../../..
> > --schedule=./parallel_schedule --multibyte=SQL_ASCII
> > ============== creating temporary installation ==============
> > ============== initializing database system ==============
> > ============== starting postmaster ==============
> > running on port 65432 with pid 21190
> > ============== creating database "regression" ==============
> > CREATE DATABASE
> > ALTER DATABASE
> > ============== dropping regression test user accounts ==============
> > ============== installing PL/pgSQL ==============
> > ============== running regression test queries ==============
> > parallel group (13 tests): name boolean float4 text char int2
> > int8 varchar int4 oid float8 bit numeric
> > boolean ... ok
> > char ... ok
> > name ... ok
> > varchar ... ok
> > text ... ok
> > int2 ... ok
> > int4 ... ok
> > int8 ... ok
> > oid ... ok
> > float4 ... ok
> > float8 ... ok
> > bit ... ok
> > numeric ... ok
> > ============== shutting down postmaster ==============
> >
> > ======================
> > All 13 tests passed.
> > ======================
> >
> > rm regress.o
> > make[2]: Leaving directory
> > `/devel/current/postgresql-7.3b5/src/test/regress'
> > make[1]: Leaving directory `/devel/current/postgresql-7.3b5/src/test'
> > parkcity$
> >
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message snpe 2002-11-15 02:09:13 Re: create or replace view
Previous Message Christopher Kings-Lynne 2002-11-15 01:47:44 FW: PostgreSQL 7.3 Platform Testing