Re: Additional role attributes && superuser review

Поиск
Список
Период
Сортировка
От Adam Brightwell
Тема Re: Additional role attributes && superuser review
Дата
Msg-id CAKRt6CTs-X-OKE5w2PWG5rmuZzz+f6AY-b0NHaQXgu9GchRc9Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Additional role attributes && superuser review  (Adam Brightwell <adam.brightwell@crunchydatasolutions.com>)
Ответы Re: Additional role attributes && superuser review  (Adam Brightwell <adam.brightwell@crunchydatasolutions.com>)
Re: Additional role attributes && superuser review  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
All,
 
2. Catalog Representation:

Condense all attributes in pg_authid to single int64 column and create bitmasks accordingly.

I have been working on these changes and I was hoping for some assistance/recommendations.

Currently, I am using int32 simply because int64 is causing some issues.  The issue is that genbki.pl is not able to associate it with the int8 type as defined in pg_type.h.  Therefore Schema_pg_authid in schemapg.h isn't defined correctly.  I've been digging and scratching my head on this one but I have reached a point where I think it would be better just to ask.

Any thoughts or recommendations on how I should approach this?

-Adam

--

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: proposal: plpgsql - Assert statement
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: 9.5: Better memory accounting, towards memory-bounded HashAgg