IsSystemRelationName() treats TOAST relations as system relations.

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

Commit: c845b4272c572efd372b026201c95d58c0b0043f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-11-16T23:30:35Z
Releases: 7.2.1
IsSystemRelationName() treats TOAST relations as system relations.
This seems the right thing for most usages, but I notice two places
where it is the wrong thing.  One is that the default permissions on
TOAST rels should be no-access, not world-readable; the other is that
PrepareForTupleInvalidation doesn't really need to spend time looking
at tuples of TOAST relations.

Files