Make acl-related functions safe for TOAST. Mark pg_class.relacl as

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

Commit: 7d0c4188f1b2c5e6b158dac3acab6def10959cae
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-07-31T22:39:17Z
Releases: 7.1.1
Make acl-related functions safe for TOAST.  Mark pg_class.relacl as
compressible but not externally storable (since we're not sure about
whether creating a toast relation for pg_class would work).

Files