pgsql/src/test/regress/expected (abstime-solaris-1947.out horology-solaris-1947.out)

From: Peter Eisentraut - PostgreSQL <petere(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/test/regress/expected (abstime-solaris-1947.out horology-solaris-1947.out)
Date: 2000-10-22 22:15:14
Message-ID: 200010222215.e9MMFEG52944@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Sunday, October 22, 2000 @ 18:15:13
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql/src/test/regress/expected
from hub.org:/home/projects/pgsql/tmp/cvs-serv47767/src/test/regress/expected

Modified Files:
abstime-solaris-1947.out horology-solaris-1947.out

----------------------------- Log Message -----------------------------

Makeover for Unixware 7.1.1

* Makefile: Add more standard targets. Improve shell redirection in GNU
make detection.
* src/backend/access/transam/rmgr.c: Fix incorrect(?) C.
* src/backend/libpq/pqcomm.c (StreamConnection): Work around accept() bug.
* src/include/port/unixware.h: ...with help from here.
* src/backend/nodes/print.c (plannode_type): Remove some "break"s after
"return"s.
* src/backend/tcop/dest.c (DestToFunction): ditto.
* src/backend/nodes/readfuncs.c: Add proper prototypes.
* src/backend/utils/adt/numutils.c (pg_atoi): Cope specially with strtol()
setting EINVAL. This saves us from creating an extra set of regression test
output for the affected systems.
* src/include/storage/s_lock.h (tas): Correct prototype.
* src/interfaces/libpq/fe-connect.c (parseServiceInfo): Don't use variable
as dimension in array definition.
* src/makefiles/Makefile.unixware: Add support for GCC.
* src/template/unixware: same here
* src/test/regress/expected/abstime-solaris-1947.out: Adjust whitespace.
* src/test/regress/expected/horology-solaris-1947.out: Part of this file
was evidently missing.
* src/test/regress/pg_regress.sh: Fix shell. mkdir -p returns non-zero if
the directory exists.
* src/test/regress/resultmap: Add entries for Unixware.

Browse pgsql-committers by date

  From Date Subject
Next Message Philip Warner - CVS 2000-10-22 23:16:56 pgsql/src/bin/pg_dump (pg_dump.c)
Previous Message Peter Eisentraut - PostgreSQL 2000-10-22 22:15:11 pgsql/src/test/regress (pg_regress.sh resultmap)