Postgres 6.4.2 under IRIX 6.2

Поиск
Список
Период
Сортировка
От C. Chan
Тема Postgres 6.4.2 under IRIX 6.2
Дата
Msg-id Pine.LNX.4.04.9903031651260.22170-100000@surya.bsd.uchicago.edu
обсуждение исходный текст
Список 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@uchicago.edu >
Dept. of Radiology, The University Of Chicago
Advance and High Performance Computing
PGP Public Key: finger cchan@surya.bsd.uchicago.edu


В списке pgsql-ports по дате отправления:

Предыдущее
От: Unprivileged user
Дата:
Сообщение: Port Bug Report: destroydb fails with ERROR: typeidTypeRelid: Invalid type - oid = 0
Следующее
От: Unprivileged user
Дата:
Сообщение: Port Bug Report: Postmaster hangs on SQL statement error