mirror of
https://github.com/postgres/postgres.git
synced 2025-09-11 00:12:06 +03:00
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