Vladlen,
I reproduced the pg_rewind/004_pg_xlog_symlink failure on current master
38afc3dcb25 using Meson 1.11.2 and MSVC 19.44 on Windows 11 ARM64.
- Native ARM64: the unpatched test failed with "could not get junction
for pg_wal: More data is available." Your v1 patch applied cleanly,
rebuilt successfully, and passed all 10 subtests.
- x64 cross-build with needs_exe_wrapper=false: the unpatched test
failed with the same junction error. Your v1 patch rebuilt
successfully and passed all 10 subtests.
This confirms the issue and the v1 fix on current master in both Windows
ARM64 configurations.
Best,
Harrison