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
parallel group (13 tests): text oid varchar int2 float4 boolean name int4 int8 char
float8 bit numeric
boolean ... ok
char ... ok
name ... ok
varchar ... ok
text ... ok
int2 ... FAILED
int4 ... FAILED
int8 ... ok
oid ... ok
float4 ... ok
float8 ... ok
bit ... FAILED
numeric ... ok
test strings ... ok
test numerology ... FAILED
parallel group (18 tests): comments box lseg time interval abstime path date circle
point tinterval reltime polygon inet timestamp type_sanity oidjoins opr_sanity
point ... ok
lseg ... ok
box ... ok
path ... ok
polygon ... ok
circle ... ok
date ... ok
time ... ok
timestamp ... ok
interval ... ok
abstime ... ok
reltime ... ok
tinterval ... ok
inet ... ok
comments ... ok
oidjoins ... ok
type_sanity ... ok
opr_sanity ... ok
test geometry ... FAILED
test horology ... FAILED
test create_function_1 ... ok
test create_type ... ok
test create_table ... ok
test create_function_2 ... ok
test copy ... ok
parallel group (7 tests): create_aggregate create_operator inherit triggers
constraints create_misc create_index
constraints ... ok
triggers ... ok
create_misc ... ok
create_aggregate ... ok
create_operator ... ok
create_index ... ok
inherit ... ok
test create_view ... ok
test sanity_check ... ok
test errors ... ok
test select ... ok
parallel group (16 tests): arrays select_having subselect transactions
select_distinct_on random union portals select_implicit select_into case join
hash_index aggregates select_distinct btree_index
select_into ... ok
select_distinct ... ok
select_distinct_on ... ok
select_implicit ... ok
select_having ... ok
subselect ... ok
union ... FAILED
case ... ok
join ... ok
aggregates ... ok
transactions ... ok
random ... ok
portals ... ok
arrays ... ok
btree_index ... ok
hash_index ... ok
test misc ... ok
parallel group (5 tests): portals_p2 alter_table foreign_key rules select_views
select_views ... ok
alter_table ... ok
portals_p2 ... ok
rules ... ok
foreign_key ... ok
parallel group (3 tests): limit temp plpgsql
limit ... ok
plpgsql ... ok
temp ... ok
regression.diffs.gz
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/users-lounge/docs/faq.html