pgsql: Remove unneeded includes of - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Remove unneeded includes of
Date
Msg-id E1or9vP-000URo-10@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: meson: Split 'main' suite into 'regress' and 'isolation'
Next
From: Andres Freund
Date:
Subject: pgsql: Remove redundant breaks in HeapTupleSatisfiesVisibility