Re: [HACKERS] acl problem in NetBSD/m68k - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] acl problem in NetBSD/m68k
Date
Msg-id 199907090332.XAA06421@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] acl problem in NetBSD/m68k  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] acl problem in NetBSD/m68k
Re: [HACKERS] acl problem in NetBSD/m68k
List pgsql-hackers
> Bruce Momjian <maillist@candle.pha.pa.us> writes:
> > Did we ever fix this?
> 
> We agreed what to do: add padding field(s) to struct AclItem and
> add an Assert() somewhere that would check that sizeof(AclItem) is 8,
> while leaving the bulk of the code using sizeof(AclItem) rather than
> a #define constant.
> 
> But it doesn't look like it got done yet.

OK, I have added the needed padding, and added an Assert, with comments.

Tatsuo, can you check the problem platform please?

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


pgsql-hackers by date:

Previous
From: Philip Warner
Date:
Subject: Re: [HACKERS] Arbitrary tuple size
Next
From: Vadim Mikheev
Date:
Subject: Re: [HACKERS] Delaying insertion of default values