mirror of
https://github.com/postgres/postgres.git
synced 2025-05-21 15:54:08 +03:00
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
This commit is contained in:
parent
12afc7145c
commit
e1f4c481b9
@ -29,8 +29,6 @@
|
|||||||
#include "storage/sharedfileset.h"
|
#include "storage/sharedfileset.h"
|
||||||
#include "utils/sharedtuplestore.h"
|
#include "utils/sharedtuplestore.h"
|
||||||
|
|
||||||
#include <limits.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The size of chunks, in pages. This is somewhat arbitrarily set to match
|
* The size of chunks, in pages. This is somewhat arbitrarily set to match
|
||||||
* the size of HASH_CHUNK, so that Parallel Hash obtains new chunks of tuples
|
* the size of HASH_CHUNK, so that Parallel Hash obtains new chunks of tuples
|
||||||
|
Loading…
x
Reference in New Issue
Block a user