On Mon, Jul 27, 2009 at 4:17 AM, Peter Eisentraut<[email protected]> wrote: > On Sunday 26 July 2009 01:40:09 Tom Lane wrote: >> And it is going to cost us in places like >> how do we generate the fmgr lookup table. > > We rgrep the source tree for PG_FUNCTION_ARGS, extract the function name, and > put them in a list.
Probably parsing the SQL would be a better idea. Otherwise, the outputs would depend on every .c file in the entire source tree. ...Robert -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
