Minimal patches for PostgreSQL 7.0b3 on NetBSD/alpha 1.4.1....

From: "Kevin P(dot) Neal" <kpneal(at)pobox(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Minimal patches for PostgreSQL 7.0b3 on NetBSD/alpha 1.4.1....
Date: 2000-04-12 02:21:53
Message-ID: 20000411222153.A11568@tome.neutralgood.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Here are minimal patches to get 7.0 beta 3 limping along on NetBSD/alpha
release 1.4.1.

There are lots of problems with the oid handling, and I can't get it
to successfully even begin to do a make runcheck, make runtest, or
make bigtest.

The results of a maketest are:
=============== Notes... =================
postmaster must already be running for the regression tests to succeed.
The time zone is set to PST8PDT for these tests by the client frontend.
Please report any apparent problems to ports(at)postgresql(dot)org
See regress/README for more information.

=============== dropping old regression database... =================
ERROR: typeidTypeRelid: Invalid type - oid = 0
dropdb: database removal failed
=============== creating new regression database... =================
ERROR: createdb: database 'regression' already exists
createdb: database creation failed
createdb failed

Minimal patches are attached. They are enough to get 7.0 beta 3 up
and able to do minimal SQL queries. They are also required to get
it to build at all.
--
Kevin P. Neal http://www.pobox.com/~kpn/

"You're a slacker if you only give 90% 'cause you are afraid of the \
other 10%." -- Ross Smith Apr 22 1999 2:29am

Attachment Content-Type Size
diffs text/plain 3.1 KB

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Raul Chirea 2000-04-12 02:49:44 Foreign keys breaks tables permissions
Previous Message Tom Lane 2000-04-11 23:14:51 Re: postgresql rule bug