radixtree: Fix crash when non-creator begins iteration over shared tree.

Previously, if a backend that attached to a shared tree attempted to
start iteration, it resulted in a crash. This commit resolves the
issue by ensuring iter_context is created in RT_ATTACH().

This fix applies only to v17, where radixtree.h was introduced. In the
master branch, this issue was separately resolved by 960013f2a1, which
eliminated the iter_context entirely.

Reviewed-by: John Naylor
Discussion: 
https://postgr.es/m/CAD21AoBB2U47V=F+wQRB1bERov_of5=bozgaybjav8flqyq...@mail.gmail.com

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9af2b3435844526ff503f2509c5246749b9c48b0

Modified Files
--------------
src/include/lib/radixtree.h | 10 ++++++++++
1 file changed, 10 insertions(+)

Reply via email to