diff options
author | John Naylor | 2024-03-06 08:54:25 +0000 |
---|---|---|
committer | John Naylor | 2024-03-06 08:55:55 +0000 |
commit | de7c6fe8347ab726c80ebbfcdb57f4b714d5243d (patch) | |
tree | 33f08d16d3e61a19f75cbf02b7915771c8fc55eb /src/backend/executor/nodeFunctionscan.c | |
parent | eae7be600be715b2f393b018fc4b98c5b89296da (diff) |
Fix signedness error in 9f225e992 for gcc
The first argument of vshrq_n_s8 needs to be a signed vector type,
but it was passed unsigned. Clang is more lax with conversion, but
gcc needs a cast.
Fix by me, tested by Masahiko Sawada
Per buildfarm members splitfin, batta, widowbird, snakefly, parula,
massasauga
Discussion: https://postgr.es/m/20240306074106.mg6w4koohdlworbs%40alap3.anarazel.de
Diffstat (limited to 'src/backend/executor/nodeFunctionscan.c')
0 files changed, 0 insertions, 0 deletions