pgsql: Fix compiler error introduced by 5386bfb9c1f.

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix compiler error introduced by 5386bfb9c1f.
Date: 2025-09-04 15:05:35
Message-ID: E1uuBWp-000Tba-2Q@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix compiler error introduced by 5386bfb9c1f.

Per buildfarm member wrasse, void function cannot return a value.
This only affects v13-v17, where an ABI-compatible wrapper function
was added.

Backpatch-through: 13-17

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/57dfb64ecf436888cfc25a828ce6bddb7ad15a78

Modified Files
--------------
src/backend/executor/execMain.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2025-09-04 15:19:25 pgsql: Adjust commentary for WaitEventLWLock in wait_event_names.txt.
Previous Message Dean Rasheed 2025-09-04 10:53:50 pgsql: Fix replica identity check for MERGE.