Re: [HACKERS] acl problem in NetBSD/m68k

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] acl problem in NetBSD/m68k
Date: 1999-06-29 03:59:30
Message-ID: 199906290359.XAA03377@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> writes:
> > grant/revoke does not work in NetBSD/m68k. This is due to the wrong
> > assumption that sizeof(AclItem) is equal to 8 in all platforms. I am
> > going to fix this by replacing all occurrence of sizeof(AclItem) to
> > ACLITEM_SIZE (newly defined as 8 in catalog/pg_type.h). See included
> > patches. If there's no objection, I will commit them. Comments?
>
> I do not like this patch at *all*. Why is sizeof(AclItem) not the
> correct thing to use? Replacing it with a hardwired "8" seems like
> a step backwards --- not to mention a direct contradiction of what
> you claim the patch is doing.
>
> Perhaps the real problem is that the AclItem struct definition needs
> modification? Or maybe we need a way to put a machine-dependent size
> into the pg_type entry for type aclitem? The latter seems like a
> good thing to be able to do on general principles.

This makes a lot of sense.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim Mikheev 1999-06-29 04:04:16 Re: [HACKERS] 6.5.1 status
Previous Message Tom Lane 1999-06-29 03:46:11 Re: [HACKERS] 6.5.1 status