diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2012-08-28 23:43:09 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2012-08-28 23:50:49 -0400 |
commit | 9df55c8c3f0eba77de57006999d5700292fa9d33 (patch) | |
tree | b870f631d17abbb8134dd757b725d5afd8285a3a /contrib/auto_explain/auto_explain.c | |
parent | 1a26e1c766fa84c2f93473eed83f0133d4b2ac5f (diff) |
Fix assorted compilation failures in contrib
Evidently I failed to test a compile after my earlier header shuffling.
Diffstat (limited to 'contrib/auto_explain/auto_explain.c')
-rw-r--r-- | contrib/auto_explain/auto_explain.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/auto_explain/auto_explain.c b/contrib/auto_explain/auto_explain.c index ad333b66447..1814673c78d 100644 --- a/contrib/auto_explain/auto_explain.c +++ b/contrib/auto_explain/auto_explain.c @@ -12,6 +12,8 @@ */ #include "postgres.h" +#include <limits.h> + #include "commands/explain.h" #include "executor/instrument.h" #include "utils/guc.h" |