From: | Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> |
---|---|
To: | thomas(at)pgsql(dot)com |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Call for platforms |
Date: | 2001-03-23 05:31:27 |
Message-ID: | 20010323143127S.t-ishii@sra.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general 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
Attachment | Content-Type | Size |
---|---|---|
regression.diffs.gz | application/octet-stream | 4.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-03-23 06:08:06 | Re: Call for platforms |
Previous Message | Rod Taylor | 2001-03-23 04:31:16 | Lost Trigger(s)? |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-03-23 06:08:06 | Re: Call for platforms |
Previous Message | Bruce Momjian | 2001-03-23 04:51:18 | Re: pgindent run? |