PostgreSQL 6.4.2 on AIX 4.3.2: typeidTypeRelid error

From: "David R(dot) Favor" <dfavor(at)austin(dot)ibm(dot)com>
To: "PGSQL-General (E-mail)" <pgsql-general(at)postgreSQL(dot)org>
Cc: pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: PostgreSQL 6.4.2 on AIX 4.3.2: typeidTypeRelid error
Date: 1999-03-04 11:26:43
Message-ID: 36DE6DF3.C8D11A90@austin.ibm.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

I've seen several postings about this, but no resolution. I've
filed another bug report.

If someone has a fix for this, let me know.

Thanks.

_______

============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : David Favor
Your email address : dfavor(at)corridor(dot)com

Category : runtime: back-end
Severity : critical

Summary: destroydb fails with ERROR: typeidTypeRelid: Invalid type - oid = 0

System Configuration
--------------------
Operating System : AIX 432

PostgreSQL version : 6.4.2

Compiler used : gcc version egcs-2.93.08 19990214

Hardware:
---------
AIX aasc24 3 4 00FFFFFF4C00 (Power PC)

Versions of other tools:
------------------------
gmake - 3.77
bison - 1.25
flex - 2.5.4

--------------------------------------------------------------------------

Problem Description:
--------------------
template1=> create database foo;
CREATEDB
template1=> drop database foo;
ERROR: typeidTypeRelid: Invalid type - oid = 0
ERROR: typeidTypeRelid: Invalid type - oid = 0
template1=> \q

Browse pgsql-general by date

  From Date Subject
Next Message David R. Favor 1999-03-04 11:31:04 PostgreSQL 6.4.2 on AIX 4.3.2: typeidTypeRelid error
Previous Message Ulf Mehlig 1999-03-04 08:56:17 information about primary key from sys tabs

Browse pgsql-hackers by date

  From Date Subject
Next Message David R. Favor 1999-03-04 11:31:04 PostgreSQL 6.4.2 on AIX 4.3.2: typeidTypeRelid error
Previous Message Hiroshi Inoue 1999-03-04 10:00:10 RE: [HACKERS] copyObject() ? again