pgsql: Remove excess #include "utils/wait_event.h". - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Remove excess #include "utils/wait_event.h".
Date
Msg-id E1rMvV2-000VtT-Ca@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches()
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Fix misuse of RelOptInfo.unique_for_rels cache by SJE