pgsql: Remove unnecessary #include <limits.h>

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unnecessary #include <limits.h>
Date: 2019-08-07 20:57:51
Message-ID: E1hvT0J-0005EQ-GP@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)gmail(dot)com>

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e1f4c481b995d0f4ef9570aaf9638fe06bc5d742

Modified Files
--------------
src/backend/utils/sort/sharedtuplestore.c | 2 --
1 file changed, 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-08-07 22:09:47 pgsql: Doc: document permissions required for ANALYZE.
Previous Message Alvaro Herrera 2019-08-07 16:29:05 pgsql: Add comment on no default partition with hash partitioning