]> granicus.if.org Git - postgresql/commit
Make acl-related functions safe for TOAST. Mark pg_class.relacl as
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 31 Jul 2000 22:39:17 +0000 (22:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 31 Jul 2000 22:39:17 +0000 (22:39 +0000)
commit7d0c4188f1b2c5e6b158dac3acab6def10959cae
tree599c1c4d2231c2ad78cf3c9ec43472b78abff6a9
parentb7319d371790c6103813ab1c6ac4646ba985c9d8
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).
src/backend/access/heap/tuptoaster.c
src/backend/catalog/aclchk.c
src/backend/utils/adt/acl.c
src/include/catalog/pg_attribute.h
src/include/catalog/pg_proc.h
src/include/postgres.h
src/include/utils/acl.h