Re: what is necessary for filling SysCache? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: what is necessary for filling SysCache?
Date
Msg-id 9186.1227714515@sss.pgh.pa.us
Whole thread Raw
In response to Re: what is necessary for filling SysCache?  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Responses Re: what is necessary for filling SysCache?  ("Pavel Stehule" <pavel.stehule@gmail.com>)
List 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 by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Visibility map, partial vacuums
Next
From: "Pavel Stehule"
Date:
Subject: Re: what is necessary for filling SysCache?