Re: what is necessary for filling SysCache?

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

2008/11/26 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>:
> "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 ...
>

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

thank you
Pavel

> regards, tom lane
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Marko Kreen 2008-11-26 16:06:01 Re: [bugfix] DISCARD ALL does not release advisory locks
Previous Message Tom Lane 2008-11-26 15:48:35 Re: what is necessary for filling SysCache?