Frontend code shouldn't include postgres.h. Some files in src/port/ need to
include postgres.h/postgres_fe.h, but these files don't.
Discussion: https://postgr.es/m/
20220915022626[email protected]
Backpatch: 12-, where
3fd2a7932ef introduced (some) of these files
*/
-#include "postgres.h"
+#include "c.h"
#include <unistd.h>
*/
-#include "postgres.h"
+#include "c.h"
#include <unistd.h>
*/
-#include "postgres.h"
+#include "c.h"
#include <windows.h>
*/
-#include "postgres.h"
+#include "c.h"
#include <windows.h>