This patch removes a bunch of superfluous #include directives: if
Bruce Momjian <bruce@momjian.us>
This patch removes a bunch of superfluous #include directives: if postgres.h or c.h includes a system header (such as stdio.h or stdlib.h), there's no need to specifically include it in any of the .c files in the backend. Neil Conway