Re: Function parameter names - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Function parameter names
Date
Msg-id 28696.1069614494@sss.pgh.pa.us
Whole thread Raw
In response to Re: Function parameter names  (Dennis Bjorklund <db@zigo.dhs.org>)
List pgsql-hackers
Dennis Bjorklund <db@zigo.dhs.org> writes:
> Is the reason to use name at all in pg "just" about speed, or is there
> some other reason?

Peter already explained it: we like fixed-width fields in system
catalogs so that we can overlay C struct definitions onto the tuples.
This is a fairly significant notational advantage in the backend code,
whether or not you care about speed.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [7.4] statistics collector: Protocol not supported
Next
From: Andrew Dunstan
Date:
Subject: Re: initdb mkdir_p() doesn't work