]> 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 14:59:02 +0000 (15:59 +0100)
committerDean Rasheed <dean.a.rasheed@gmail.com>
Thu, 4 Sep 2025 14:59:02 +0000 (15:59 +0100)
commita4624929dba3d6e5cef98a6cedd865320db2269c
tree05151ad0bf94071822047bb0d1bd4773502ca24b
parent5481cc332b0fc8ca242966813a6675a514c6917b
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