pgsql: Remove unneeded includes of

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Remove unneeded includes of
Дата
Msg-id E1or9vP-000URo-10@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: meson: Split 'main' suite into 'regress' and 'isolation'
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Remove redundant breaks in HeapTupleSatisfiesVisibility