2008/11/26 Tom Lane <[EMAIL PROTECTED]>:
> "Pavel Stehule" <[EMAIL PROTECTED]> 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
>

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to