Small cleanup of temp-table handling. Disallow creation of a non-temp

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 90f42847b5ed5ed94a1221695e803d522db257b4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-12-22T23:12:07Z
Releases: 7.1.1
Small cleanup of temp-table handling.  Disallow creation of a non-temp
table that inherits from a temp table.  Make sure the right things happen
if one creates a temp table, creates another temp that inherits from it,
then renames the first one.  (Previously, system would end up trying to
delete the temp tables in the wrong order.)

Files