Re: what is necessary for filling SysCache?
От | Tom Lane |
---|---|
Тема | Re: what is necessary for filling SysCache? |
Дата | |
Msg-id | 9186.1227714515@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: what is necessary for filling SysCache? ("Pavel Stehule" <pavel.stehule@gmail.com>) |
Ответы |
Re: what is necessary for filling SysCache?
|
Список | pgsql-hackers |
"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 ... regards, tom lane
В списке pgsql-hackers по дате отправления: