Remove unneeded includes of <sys/stat.h>
authorMichael Paquier <michael@paquier.xyz>
Sat, 5 Nov 2022 03:31:28 +0000 (12:31 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sat, 5 Nov 2022 03:31:28 +0000 (12:31 +0900)
commit2a71de8915b41cb1a927fc7870efb138bbcd0b77
treeeaf92291fd117a7f5182018f6303aa1091c30319
parenta5ac3e76fe96035db44e8e254f55f333c7a11634
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
src/backend/access/heap/rewriteheap.c
src/backend/storage/file/copydir.c
src/timezone/pgtz.c