]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix compiler error introduced by 5386bfb9c1f.
authorDean Rasheed <dean.a.rasheed@gmail.com>
Thu, 4 Sep 2025 15:00:01 +0000 (16:00 +0100)
committerDean Rasheed <dean.a.rasheed@gmail.com>
Thu, 4 Sep 2025 15:00:01 +0000 (16:00 +0100)
commitd37694b974322e2ddc1fd3829c8f3d6cd56f0483
tree491f7263e07efe15fcfd2c95f5ff8dc543700e4d
parent421d7a1579853220dfc650126bd43718acdae84b
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
src/backend/executor/execMain.c