diff options
author | John Naylor <john.naylor@postgresql.org> | 2022-08-29 17:25:59 +0700 |
---|---|---|
committer | John Naylor <john.naylor@postgresql.org> | 2022-08-29 17:44:35 +0700 |
commit | c6a43c25a8ba1a825588f7af25a7173f2e66ce8d (patch) | |
tree | 38f905124f4ad8aed3fabe82457868a6d55af66a /src/backend/access/transam/xlogrecovery.c | |
parent | 82739d4a80f2eeb2f96b56477bb04e463ea24800 (diff) | |
download | postgresql-c6a43c25a8ba1a825588f7af25a7173f2e66ce8d.tar.gz postgresql-c6a43c25a8ba1a825588f7af25a7173f2e66ce8d.zip |
Fix broken cast on MSVC
Per buildfarm animal drongo, casting a vector type to the same type
causes a compile error. We still need the cast on ARM64, so invent a
wrapper function that does the casting only where necessary.
Discussion: https://www.postgresql.org/message-id/CAFBsxsEouaTwbmpqV%2BEW2%3DwFbhw2vHRe26NQTRcd0%3DNaOFDy7A%40mail.gmail.com
Diffstat (limited to 'src/backend/access/transam/xlogrecovery.c')
0 files changed, 0 insertions, 0 deletions