Unix Technical Forum

Call for port reports

This is a discussion on Call for port reports within the pgsql Hackers forums, part of the PostgreSQL category; --> If you don't see your favorite platform already listed as tested for 8.1 at http://developer.postgresql.org/docs...platforms.html then please give it ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Hackers

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-11-2008, 06:22 AM
Tom Lane
 
Posts: n/a
Default Call for port reports

If you don't see your favorite platform already listed as tested
for 8.1 at
http://developer.postgresql.org/docs...platforms.html
then please give it a try and send in your results.

I'd recommend using 8.1beta4 or later, as beta4 already includes a few
small portability fixes over beta3 --- no point in reinventing that
work.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-11-2008, 06:23 AM
Josh Berkus
 
Posts: n/a
Default Re: Call for port reports

Tom,

SuSE Linux 9.3 Professional, 2.6.11.4-20a-default,
gcc (GCC) 3.3.5, Athlon64
--with-perl --with-integer-datetimes --with-pgport=5801
--prefix=/usr/local/pg81

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


--
Josh Berkus
Aglio Database Solutions
San Francisco

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-11-2008, 06:23 AM
Sergey E. Koposov
 
Posts: n/a
Default Re: Call for port reports

Hello Tom,

Slackware 10.0, kernel 2.6.12, x86, gcc 3.3.4

All 98 tests passed.

Sergey


************************************************** ***
Sergey E. Koposov
Max-Planck Institut fuer Astronomie
Web: http://lnfm1.sai.msu.ru/~math
E-mail: math@sai.msu.ru




---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-11-2008, 06:26 AM
Josh Berkus
 
Posts: n/a
Default Re: Call for port reports

Tom,

FreeBSD 5.4 Opteron 64 SMP pass.

--Josh

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-11-2008, 06:26 AM
Bruce Momjian
 
Posts: n/a
Default Re: Call for port reports

Josh Berkus wrote:
> Tom,
>
> FreeBSD 5.4 Opteron 64 SMP pass.


BSD/OS 4.3.1 i386 SMP passes.

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

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-11-2008, 06:32 AM
Euler Taveira de Oliveira
 
Posts: n/a
Default Re: Call for port reports

--- Tom Lane <tgl@sss.pgh.pa.us> escreveu:

> If you don't see your favorite platform already listed as tested
> for 8.1 at
>

http://developer.postgresql.org/docs...platforms.html
> then please give it a try and send in your results.
>


root@foobar:~# uname -a
Linux foobar 2.4.29 #6 Thu Jan 20 16:30:37 PST 2005 i686 unknown
unknown GNU/Linux
root@foobar:~# cat /etc/slackware-version
Slackware 10.1.0
root@foobar:~# gcc --version
gcc (GCC) 3.3.4
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

root@foobar:~# gmake --version
GNU Make 3.80
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
root@foobar:~#

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

root@foobar:~# /dados/pg/install/bin/pg_config
BINDIR = /dados/pg/install/bin
DOCDIR = /dados/pg/install/doc/postgresql
INCLUDEDIR = /dados/pg/install/include
PKGINCLUDEDIR = /dados/pg/install/include/postgresql
INCLUDEDIR-SERVER = /dados/pg/install/include/postgresql/server
LIBDIR = /dados/pg/install/lib
PKGLIBDIR = /dados/pg/install/lib/postgresql
LOCALEDIR = /dados/pg/install/share/locale
MANDIR = /dados/pg/install/man
SHAREDIR = /dados/pg/install/share/postgresql
SYSCONFDIR = /dados/pg/install/etc/postgresql
PGXS = /dados/pg/install/lib/postgresql/pgxs/src/makefiles/pgxs.mk
CONFIGURE = '--prefix=/dados/pg/install' '--enable-nls=pt_BR'
'--enable-debug' '--enable-cassert' '--enable-depend'
'--enable-integer-datetimes' '--enable-thread-safety'
'--with-pgport=9876' '--with-openssl' 'CFLAGS=-O2 -mcpu=i686
-march=i686'
CC = gcc
CPPFLAGS = -D_GNU_SOURCE
CFLAGS = -O2 -mcpu=i686 -march=i686 -Wall -Wmissing-prototypes
-Wpointer-arith -Winline -Wendif-labels -fno-strict-aliasing -g
CFLAGS_SL = -fpic
LDFLAGS = -Wl,-rpath,/dados/pg/install/lib
LDFLAGS_SL =
LIBS = -lpgport -lssl -lcrypto -lz -lreadline -ltermcap -lcrypt
-lresolv -lnsl -ldl -lm
VERSION = PostgreSQL 8.1RC1
root@foobar:~#


Euler Taveira de Oliveira
euler[at]yahoo_com_br








__________________________________________________ _____
Promoção Yahoo! Acesso Grátis: a cada hora navegada você
acumula cupons e concorre a mais de 500 prêmios! Participe!
http://yahoo.fbiz.com.br/

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 04:54 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com