pgsql: Fix Makefile build

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix Makefile build
Date: 2026-09-14 02:29:39
Message-ID: E1x5wRv-00000000DhN-2Mir@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix Makefile build

db169985c10f has missed once reference to ddlutils.c in adt's Makefile,
making the build fail with ./configure. Meson was fine.

Per buildfarm.

Discussion: https://postgr.es/m/aqdaP73B-CIrmSPV@paquier.xyz
Backpatch-through: 19, only

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4664929e5a2a57477e87745b87c8e40e60d1bcd4

Modified Files
--------------
src/backend/utils/adt/Makefile | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-09-14 03:07:38 pgsql: Check that a promoted standby keeps its 8-byte OID counter
Previous Message Michael Paquier 2026-09-14 02:02:32 pgsql: Switch pg_column_toast_chunk_id() return value from oid to oid8