mirror of
https://github.com/postgres/postgres.git
synced 2025-11-13 16:22:44 +03:00
Add some missing #include <limits.h>.
These files relied on transitive inclusion via port/atomics.h for constants CHAR_BIT and INT_MAX. Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi> Discussion: https://postgr.es/m/536409d2-c9df-4ef3-808d-1ffc3182868c@iki.fi
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
#include "common/hashfn.h"
|
||||
#include "lib/dshash.h"
|
||||
#include "storage/lwlock.h"
|
||||
|
||||
Reference in New Issue
Block a user