pgsql/src/backend/catalog (aclchk.c)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/catalog (aclchk.c)
Date: 2000-07-31 22:39:16
Message-ID: 200007312239.e6VMdGf62309@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Monday, July 31, 2000 @ 18:39:16
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/catalog
from hub.org:/home/projects/pgsql/tmp/cvs-serv62146/backend/catalog

Modified Files:
aclchk.c

----------------------------- Log Message -----------------------------

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).

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-07-31 22:39:21 pgsql/src/backend/access/heap (tuptoaster.c)
Previous Message Tom Lane 2000-07-31 22:39:13 pgsql/src/backend/utils/adt (acl.c)