pgsql: Remove unneeded includes of <sys/stat.h>

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unneeded includes of <sys/stat.h>
Date: 2022-11-05 03:32:50
Message-ID: E1or9vP-000URo-10@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unneeded includes of <sys/stat.h>

Since bfb9dfd, none of the files updated in this commit have any stat()
calls, so these inclusions are not necessary, for the same reasons as
233cf6e.

Per discussion with John Naylor.

Discussion: https://postgr.es/m/CAFBsxsGGGX7KD6RxbNoSJzuSc8Gz3hOxcfhTOMLB_hJcm68dKQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2a71de8915b41cb1a927fc7870efb138bbcd0b77

Modified Files
--------------
src/backend/access/heap/rewriteheap.c | 1 -
src/backend/storage/file/copydir.c | 1 -
src/timezone/pgtz.c | 1 -
3 files changed, 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-11-05 08:35:41 pgsql: Remove redundant breaks in HeapTupleSatisfiesVisibility
Previous Message Andres Freund 2022-11-05 01:48:18 pgsql: meson: Mark PROVE as not required