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