Re: [HACKERS] acl problem in NetBSD/m68k

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] acl problem in NetBSD/m68k
Дата
Msg-id 199907090332.XAA06421@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] acl problem in NetBSD/m68k  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] acl problem in NetBSD/m68k  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Re: [HACKERS] acl problem in NetBSD/m68k  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список 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 по дате отправления:

Предыдущее
От: Philip Warner
Дата:
Сообщение: Re: [HACKERS] Arbitrary tuple size
Следующее
От: Vadim Mikheev
Дата:
Сообщение: Re: [HACKERS] Delaying insertion of default values