Re: what is necessary for filling SysCache?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>
Cc: "postgres hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: what is necessary for filling SysCache?
Date: 2008-11-26 15:48:35
Message-ID: 9186.1227714515@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2008-11-26 15:58:11 Re: what is necessary for filling SysCache?
Previous Message Heikki Linnakangas 2008-11-26 15:44:24 Re: Visibility map, partial vacuums