I wrote:
> Is anyone else seeing this with current CVS, or is it my own breakage?
Ah, the problem is RelationGetRelationName didn't know about the
new temprel naming convention.
I quick-hacked rel.h to fix this, but we need a better solution.
I don't much like having rel.h include temprel.h --- seems like the
include should go the other way. Should is_temp_relname get moved
to rel.h?
regards, tom lane