pgsql: Remove excess #include "utils/wait_event.h".

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Remove excess #include "utils/wait_event.h".
Дата
Msg-id E1rMvV2-000VtT-Ca@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove excess #include "utils/wait_event.h".

This simplifies copying libpq/libpq-be-fe-helpers.h into extensions,
because some supported PostgreSQL versions lack the other header.

Discussion: https://postgr.es/m/20231122012945.74@rfd.leadboat.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0efc8318477714600567d15812dc8d15841e269e

Modified Files
--------------
src/include/libpq/libpq-be-fe-helpers.h | 1 -
1 file changed, 1 deletion(-)


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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches()
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Fix misuse of RelOptInfo.unique_for_rels cache by SJE