pgsql: Fix compiler error introduced by 5386bfb9c1f. - Mailing list pgsql-committers

From Dean Rasheed
Subject pgsql: Fix compiler error introduced by 5386bfb9c1f.
Date
Msg-id E1uuBWp-000Tbi-2h@gemulon.postgresql.org
Whole thread Raw
List 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_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/dbef9cbaa4e9f07e2db254c0d8f65ddbc0135b37

Modified Files
--------------
src/backend/executor/execMain.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: pgsql: Fix replica identity check for MERGE.
Next
From: Nathan Bossart
Date:
Subject: pgsql: Adjust commentary for WaitEventLWLock in wait_event_names.txt.