Re: Large C files - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: Large C files
Date
Msg-id CAEYLb_VKSphB3YPJaJkUCLQH-Z=H=vpjL7GkCqB9NmuWJqfzNQ@mail.gmail.com
Whole thread Raw
In response to Re: Large C files  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Large C files  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: Large C files  (David Fetter <david@fetter.org>)
List pgsql-hackers
This evening, David Fetter described a problem to me that he was
having building the Twitter FDW. It transpired that it was down to its
dependence on an #include that was recently judged to be
redundant.This seems like another reason to avoid using pgrminclude -
even if we can be certain that the #includes are redundant within
Postgres, we cannot be sure that they are redundant in third party
code.

--
Peter Geoghegan       http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training and Services


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: patch: move dumpUserConfig call in dumpRoles function of pg_dumpall.c
Next
From: Alvaro Herrera
Date:
Subject: Re: Large C files