These files relied on transitive inclusion via port/atomics.h for
constants CHAR_BIT and INT_MAX.
Reviewed-by: Heikki Linnakangas <[email protected]>
Discussion: https://postgr.es/m/
536409d2-c9df-4ef3-808d-
1ffc3182868c@iki.fi
*/
#include "postgres.h"
+#include <limits.h>
#include <math.h>
#include "access/brin.h"
#include "postgres.h"
+#include <limits.h>
+
#include "common/hashfn.h"
#include "lib/dshash.h"
#include "storage/lwlock.h"
#include "postgres.h"
+#include <limits.h>
+
#include "miscadmin.h"
#include "portability/instr_time.h"
#include "storage/condition_variable.h"