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

Commit e1f4c48

Browse files
committed
Remove unnecessary #include <limits.h>
This include was probably copied from tuplestore.c, but it's not needed. Extracted from a larger patch submitted by vignesh C <vignesh21@gmail.com> Discussion: https://postgr.es/m/CALDaNm1B9naPDTm3ox1m_yZvOm3KA5S4kZQSWWAeLHAQ=3gV1Q@mail.gmail.com
1 parent 12afc71 commit e1f4c48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/backend/utils/sort/sharedtuplestore.c

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
#include "storage/sharedfileset.h"
3030
#include "utils/sharedtuplestore.h"
3131

32-
#include <limits.h>
33-
3432
/*
3533
* The size of chunks, in pages. This is somewhat arbitrarily set to match
3634
* the size of HASH_CHUNK, so that Parallel Hash obtains new chunks of tuples

0 commit comments

Comments
 (0)