Peter Eisentraut 8b5c6a54c4 Replace gratuitous memmove() with memcpy()
The index access methods all had similar code that copied the
passed-in scan keys to local storage.  They all used memmove() for
that, which is not wrong, but it seems confusing not to use memcpy()
when that would work.  Presumably, this was all once copied from
ancient code and never adjusted.

Discussion: https://www.postgresql.org/message-id/flat/f8c739d9-f48d-4187-b214-df3391ba41ab@eisentraut.org
2024-09-11 15:21:36 +02:00
..
2024-01-03 20:49:05 -05:00
2016-04-01 16:42:24 +03:00
2024-01-03 20:49:05 -05:00
2024-01-03 20:49:05 -05:00
2016-04-01 16:42:24 +03:00
2024-01-03 20:49:05 -05:00
2024-01-03 20:49:05 -05:00
2024-01-03 20:49:05 -05:00
2021-09-27 18:48:01 -04:00
2024-01-03 20:49:05 -05:00