pgsql: Add missing #include.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing #include.
Date: 2026-01-23 17:00:19
Message-ID: E1vjKWB-002BeX-0L@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing #include.

Oversight in commit 8eef2df189. Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4ce105d9c4bd3d9ac7fb9c858894b778b7a7405c

Modified Files
--------------
src/backend/port/sysv_shmem.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Jacob Champion 2026-01-23 21:08:26 pgsql: pqcomm.h: Explicitly reserve protocol v3.1
Previous Message Nathan Bossart 2026-01-23 16:47:55 pgsql: Fix some rounding code for shared memory.