Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 308bfdd

Browse files
committed
add limits.h to rumsort.c
1 parent 3068e40 commit 308bfdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rumsort.c

+2
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@
122122
#include "miscadmin.h"
123123
#include "rumsort.h"
124124

125+
#include <limits.h>
126+
125127
#include "access/htup_details.h"
126128
#include "access/nbtree.h"
127129
#include "catalog/index.h"

0 commit comments

Comments
 (0)