pgsql: Remove unnecessary #include <poll.h>

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unnecessary #include <poll.h>
Date: 2026-08-13 12:07:19
Message-ID: E1wuUDO-00000000PEB-0VMF@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unnecessary #include <poll.h>

Commit cba5b994c9 removed the call to poll() that needed it.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/776348900b40eb19766ebc88df034d368543707c

Modified Files
--------------
src/backend/libpq/pqcomm.c | 3 ---
1 file changed, 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2026-08-13 15:20:51 pgsql: Consistently enforce tsvector/tsquery maximum lengths.
Previous Message Daniel Gustafsson 2026-08-13 11:22:02 pgsql: pgcrypto: remove unused field mdc_checked from PGP_Context