pgsql: Remove unneeded include in test_slru.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Remove unneeded include in test_slru.c
Дата
Msg-id E1ovYuP-000Z1z-1j@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove unneeded include in test_slru.c

As introduced in 006b69f, the order of the headers was incorrect.
However, it happens that lwlock.h can just be dropped from the list, so
let's be clean and remove it, fixing the order of the listed headers.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3894d21d22eba8438743eaf453b2f2c85e479125

Modified Files
--------------
src/test/modules/test_slru/test_slru.c | 1 -
1 file changed, 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Export with_icu when running src/bin/scripts tests with meson
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Fix typos in comments