Re: [COMMITTERS] pgsql: Generate fmgr prototypes automatically - Mailing list pgsql-committers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Generate fmgr prototypes automatically
Date
Msg-id 1771.1484681728@sss.pgh.pa.us
Whole thread Raw
In response to [COMMITTERS] pgsql: Generate fmgr prototypes automatically  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: [COMMITTERS] pgsql: Generate fmgr prototypes automatically
List pgsql-committers
Peter Eisentraut <peter_e@gmx.net> writes:
> Generate fmgr prototypes automatically

BTW, now that I've looked through this patch ... why does it add

+#include "nodes/nodes.h"
+#include "nodes/pg_list.h"

to utils/builtins.h?  AFAICS that shouldn't be necessary, since
there are no declarations in builtins.h that weren't there before.
And seeing that this results in builtins.h being included in even more
places than before, surely we want to minimize that file's inclusion
footprint.

            regards, tom lane


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: [COMMITTERS] pgsql: Fix typo
Next
From: Peter Eisentraut
Date:
Subject: Re: [COMMITTERS] pgsql: Generate fmgr prototypes automatically