Обсуждение: 8.1RC1 on Tru64

Поиск
Список
Период
Сортировка

8.1RC1 on Tru64

От
Honda Shigehiro
Дата:
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


Re: 8.1RC1 on Tru64

От
Andrew Dunstan
Дата:

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


Re: 8.1RC1 on Tru64

От
Honda Shigehiro
Дата:
From: Andrew Dunstan <andrew@dunslane.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