Re: what is necessary for filling SysCache?

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: what is necessary for filling SysCache?
Дата
Msg-id 162867790811260758g7c2ac2eexcf8adc0fe6f2909a@mail.gmail.com
обсуждение исходный текст
Ответ на Re: what is necessary for filling SysCache?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
2008/11/26 Tom Lane <tgl@sss.pgh.pa.us>:
> "Pavel Stehule" <pavel.stehule@gmail.com> writes:
>> some more info:
>
>>         /* VARIABLE LENGTH FIELDS: */
>>         oidvector       proargtypes;    /* parameter types (excludes
>> OUT params) */
>>         Oid                     proallargtypes[1];              /* all
>> param types (NULL if IN o
>>         char            proargmodes[1]; /* parameter modes (NULL if IN only) */
>>         text            proargnames[1]; /* parameter names (NULL if no names) */
>>         int2            prondefargs;                    /* number of
>> default arguments */  -- new
>
> Well, you ignored the rule about fixed-width before variable-width
> columns.  That's why there's a big VARIABLE LENGTH FIELDS marker
> comment there ...
>

I though it, but I believed so there is some smart mechanism :)

thank you
Pavel

>                        regards, tom lane
>


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: what is necessary for filling SysCache?
Следующее
От: "Marko Kreen"
Дата:
Сообщение: Re: [bugfix] DISCARD ALL does not release advisory locks