Problem with pg_attribute.attstorage for pg_class.relacl

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Problem with pg_attribute.attstorage for pg_class.relacl
Date: 2003-09-04 05:31:44
Message-ID: 200309040531.h845ViP05881@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

pg_class.relacl is of type aclitem[] and has a pg_attribute.attstorage
of 'x', even though it doesn't support TOAST expansion:

grant select on t1 to foo1,foo2,foo3,foo4, ...(10k of items)

ERROR: Tuple is too big: size 32684, max size 813

Is it 'x' to be consistent with other aclitem[] instances, but can't use
TOAST because it is part of the pg_class system cache? Should we modify
pg_attribute.h to make it not an 'x'?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthew T. O'Connor 2003-09-04 05:32:40 Re: Stats Collector Error 7.4beta1 and 7.4beta2
Previous Message Tom Lane 2003-09-04 05:23:28 Re: Stats Collector Error 7.4beta1 and 7.4beta2