ERROR: record type has not been registered on CVS head

From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: ERROR: record type has not been registered on CVS head
Date: 2006-03-12 14:56:10
Message-ID: 4414368A.8050905@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

While trying to help somebody on IRC with slow queries against
information_schema i stumbled across the following EXPLAIN buglet (much
reduced from the original one and does not make a lot of sense therefore):

foo=# explain SELECT * FROM information_schema.constraint_column_usage
JOIN information_schema.key_column_usage ON
key_column_usage.constraint_name = constraint_column_usage.constraint_name;
ERROR: record type has not been registered

Stefan

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message William ZHANG 2006-03-12 15:39:07 Re: Proposal for updatable views
Previous Message Magnus Hagander 2006-03-12 14:40:19 Re: [PERFORM] Hanging queries on dual CPU windows