Postgres 6.4.2 under IRIX 6.2

From: "C(dot) Chan" <cchan(at)surya(dot)bsd(dot)uchicago(dot)edu>
To: pgsql-ports(at)postgresql(dot)org
Subject: Postgres 6.4.2 under IRIX 6.2
Date: 1999-03-03 22:57:42
Message-ID: Pine.LNX.4.04.9903031651260.22170-100000@surya.bsd.uchicago.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Here are the results of a recent build of Postgres under IRIX 6.2:

Postgres Version: 6.4.2
OS: IRIX 6.2
Hardware: SGI Power Onyx, MIPS R10000 x 4
Compiler: SGI cc 7.2.1 running in -n32 mode

Options to configure:

--with-template=irix6
--with-tcl
--with-tclconfig=/usr/local/lib
--with-perl
--with-odbc
--with-CC=cc
--with-CXX=CC
--with-x

Regression Test results:
All tests compiled and executed cleanly. Differences were due
to error messages in different format, int*8 handling ,or floating
point values, 0 vs -0, etc.

Changes to code:
Had to turn on C++ comments to compile the odbc driver. Also
added "using namespace std" so classes using ANSI C++ string
template would compile in libpq++. Otherwise compile went
smoothly.

Problems:

destroydb doesn't work. After making the test and regression databases,
trying to destroy them yields:

>destroydb regression
ERROR: typeidTypeRelid: Invalid type - oid = 0
destroydb: database destroy failed on regression.

Is this a bug is psql?

--
C. Chan < c-chan(at)uchicago(dot)edu >
Dept. of Radiology, The University Of Chicago
Advance and High Performance Computing
PGP Public Key: finger cchan(at)surya(dot)bsd(dot)uchicago(dot)edu

Browse pgsql-ports by date

  From Date Subject
Next Message Unprivileged user 1999-03-04 04:14:40 Port Bug Report: Postmaster hangs on SQL statement error
Previous Message Unprivileged user 1999-03-03 19:26:35 Port Bug Report: destroydb fails with ERROR: typeidTypeRelid: Invalid type - oid = 0