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_15_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/a4624929dba3d6e5cef98a6cedd865320db2269c Modified Files -------------- src/backend/executor/execMain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
