Function parameter names - Mailing list pgsql-hackers

From Dennis Bjorklund
Subject Function parameter names
Date
Msg-id Pine.LNX.4.44.0311231741290.29118-100000@zigo.dhs.org
Whole thread Raw
Responses Re: Function parameter names  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
I'm in the middle of implementing function parameter names. In pg_proc 
the types of the parameters are currently stored as an oidvector, but 
how should I store the parameter names?

Would it be a good idea to create a namevector in the same way as
oidvector? Would a normal array like name[] be better?

What is the reason for the oidvector to be it's own type instead of a 
oid[]?

-- 
/Dennis



pgsql-hackers by date:

Previous
From: "Nigel J. Andrews"
Date:
Subject: Re: Commercial binary support?
Next
From: Peter Eisentraut
Date:
Subject: Re: Function parameter names