Re: 8.1RC1 on Tru64

Lists: pgsql-hackers
From: Honda Shigehiro <fwif0083(at)mb(dot)infoweb(dot)ne(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: 8.1RC1 on Tru64
Date: 2005-10-31 15:42:23
Message-ID: 20051101.004223.68134310.fwif0083@mb.infoweb.ne.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hello,

I tried RC1 on Tru64 box(with Compaq C V6.1-011)) and succeed :
bash-2.05b$ make MAX_CONNECTIONS=2 check
...
============== shutting down postmaster ==============
postmaster stopped

======================
All 98 tests passed.
======================

Environments:
- $ uname -a
OSF1 kiss.my.domain V5.0 910 alpha
- Compaq C V6.1-011 on Digital UNIX V5.0 (Rev. 910)
- GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
- result of pg_config
$ src/bin/pg_config/pg_config
BINDIR = /home/postgres/postgresql-8.1RC1/src/bin/pg_config
DOCDIR = /home/postgres/postgresql-8.1RC1/src/bin/doc
INCLUDEDIR = /home/postgres/postgresql-8.1RC1/src/bin/include
PKGINCLUDEDIR = /home/postgres/postgresql-8.1RC1/src/bin/include
INCLUDEDIR-SERVER = /home/postgres/postgresql-8.1RC1/src/bin/include/server
LIBDIR = /home/postgres/postgresql-8.1RC1/src/bin/lib
PKGLIBDIR = /home/postgres/postgresql-8.1RC1/src/bin/lib
LOCALEDIR =
MANDIR = /home/postgres/postgresql-8.1RC1/src/bin/man
SHAREDIR = /home/postgres/postgresql-8.1RC1/src/bin/share
SYSCONFDIR = /home/postgres/postgresql-8.1RC1/src/bin/etc
PGXS = /home/postgres/postgresql-8.1RC1/src/bin/lib/pgxs/src/makefiles/pgxs.mk
CONFIGURE = '--with-includes=/usr/local/include'
CC = cc -std
CPPFLAGS = -I/usr/local/include
CFLAGS = -O -ieee
CFLAGS_SL =
LDFLAGS = -rpath /usr/local/pgsql/lib
LDFLAGS_SL =
LIBS = -lpgport -lz -lreadline -lresolv -lPW -lm -lbsd
VERSION = PostgreSQL 8.1RC1

regards,
--
Shigehiro Honda


From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Honda Shigehiro <fwif0083(at)mb(dot)infoweb(dot)ne(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 8.1RC1 on Tru64
Date: 2005-10-31 16:12:09
Message-ID: 43664259.3060101@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Honda Shigehiro wrote:

>Hello,
>
>I tried RC1 on Tru64 box(with Compaq C V6.1-011)) and succeed :
>bash-2.05b$ make MAX_CONNECTIONS=2 check
>
>
>

The seems to be a very low setting for MAX_CONNECTIONS. Any particular
reason for that?

(side note - we'd very much welcome a Tru64 buildfarm member - if you're
interested please email me off list).

cheers

andrew


From: Honda Shigehiro <fwif0083(at)mb(dot)infoweb(dot)ne(dot)jp>
To: andrew(at)dunslane(dot)net
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 8.1RC1 on Tru64
Date: 2005-10-31 16:50:48
Message-ID: 20051101.015048.27805575.fwif0083@mb.infoweb.ne.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers


From: Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: [HACKERS] 8.1RC1 on Tru64
Date: Mon, 31 Oct 2005 11:12:09 -0500

> >I tried RC1 on Tru64 box(with Compaq C V6.1-011)) and succeed :
> >bash-2.05b$ make MAX_CONNECTIONS=2 check
> >
> >
> >
>
> The seems to be a very low setting for MAX_CONNECTIONS. Any particular
> reason for that?
This is because my box has too small memory(64MB) to do without this. With default
parameter, my box said "Unable to obtain requested swap space"...
>
> (side note - we'd very much welcome a Tru64 buildfarm member - if you're
> interested please email me off list).
... I have been trying to join buildfarm since last weak. But I can not compile CVS now...

regards,
--
Shigehiro Honda