Add a "relistemp" boolean column to pg_class, which is true for temporary

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

Commit: df13324f0881be67ed53c6108ebdff6ed238bda6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-03-31T17:59:56Z
Releases: 8.4.0
Add a "relistemp" boolean column to pg_class, which is true for temporary
relations (including a temp table's indexes and toast table/index), and
false for normal relations.  For ease of checking, this commit just adds
the column and fills it correctly --- revising the relation access machinery
to use it will come separately.

Files