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

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove excess #include "utils/wait_event.h".
Date: 2024-01-08 19:41:28
Message-ID: E1rMvV2-000VtT-Ca@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-01-08 22:09:21 pgsql: Fix misuse of RelOptInfo.unique_for_rels cache by SJE
Previous Message Alexander Korotkov 2024-01-08 18:01:00 pgsql: Fix indentation in ExecParallelHashIncreaseNumBatches()