]> granicus.if.org Git - postgresql/commit
Add a "relistemp" boolean column to pg_class, which is true for temporary
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 31 Mar 2009 17:59:56 +0000 (17:59 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 31 Mar 2009 17:59:56 +0000 (17:59 +0000)
commitdf13324f0881be67ed53c6108ebdff6ed238bda6
tree7a548bad32a9ccaf90f30061cdab9061f2aece98
parenteeeb782e60082327963d2f1742240d4a893eb9db
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.
doc/src/sgml/catalogs.sgml
src/backend/catalog/heap.c
src/backend/utils/cache/relcache.c
src/include/catalog/catversion.h
src/include/catalog/pg_attribute.h
src/include/catalog/pg_class.h