Re: Call for platforms - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: Call for platforms
Date
Msg-id 20010323143127S.t-ishii@sra.co.jp
Whole thread Raw
In response to Re: Call for platforms  (Vince Vielhaber <vev@michvhf.com>)
Responses Re: Call for platforms
List pgsql-hackers
I have tested today's snap shot on SunOS4.

% uname -a
SunOS srashd 4.1.4-JL 1 sun4m

There's a minor portability problem in
src/bin/pg_encoding/Makefile.

*** Makefile    Fri Mar 23 11:53:49 2001
--- Makefile.orig       Wed Feb 21 18:05:21 2001
***************
*** 16,28 ****  all: submake pg_encoding 
- ifdef STRTOUL
- OBJS+=$(top_builddir)/src/backend/port/strtoul.o
- 
- $(top_builddir)/src/backend/port/strtoul.o:
-       $(MAKE) -C $(top_builddir)/src/backend/port strtoul.o
- endif
-  pg_encoding: $(OBJS)       $(CC) $(CFLAGS) $^ $(libpq) $(LDFLAGS) $(LIBS) -o $@ 
I'm going to check in this correction soon.

For the regression test, I got 7 failures, most of them seem harmless,
the only concern I have is bit test though.
--
Tatsuo Ishii

P.S.   I'm going to test Linux/MIPS (Cobalt RaQ2) soon...
--
Tatsuo Ishii

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgindent run?
Next
From: Tom Lane
Date:
Subject: Re: Call for platforms