ERROR: record type has not been registered on CVS head - Mailing list pgsql-hackers

From Stefan Kaltenbrunner
Subject ERROR: record type has not been registered on CVS head
Date
Msg-id 4414368A.8050905@kaltenbrunner.cc
Whole thread Raw
Responses Re: ERROR: record type has not been registered on CVS head  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-hackers by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: [PERFORM] Hanging queries on dual CPU windows
Next
From: "William ZHANG"
Date:
Subject: Re: Proposal for updatable views