Remove unnecessary #include
authorAlvaro Herrera
Wed, 7 Aug 2019 20:55:31 +0000 (16:55 -0400)
committerAlvaro Herrera
Wed, 7 Aug 2019 20:55:31 +0000 (16:55 -0400)
This include was probably copied from tuplestore.c, but it's not needed.

Extracted from a larger patch submitted by vignesh C 

Discussion: https://postgr.es/m/CALDaNm1B9naPDTm3ox1m_yZvOm3KA5S4kZQSWWAeLHAQ=3gV1Q@mail.gmail.com

src/backend/utils/sort/sharedtuplestore.c

index 8f74e8d40f81b1db65b71fb11877e630565c3089..7765a445c0cc6b6e7f3e11c0f32cf98aca78a548 100644 (file)
@@ -29,8 +29,6 @@
 #include "storage/sharedfileset.h"
 #include "utils/sharedtuplestore.h"
 
-#include 
-
 /*
  * 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