postgres/contrib/bloom
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
..
expected Remove incidental md5() function uses from several tests 2023-07-04 14:31:57 +02:00
sql Remove incidental md5() function uses from several tests 2023-07-04 14:31:57 +02:00
t Update copyright for 2024 2024-01-03 20:49:05 -05:00
.gitignore
Makefile Re-enable contrib/bloom's TAP tests. 2021-09-27 18:48:01 -04:00
blcost.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
blinsert.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
bloom--1.0.sql Minor fixes in contrib installation scripts. 2016-06-14 10:47:06 -04:00
bloom.control
bloom.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
blscan.c Replace gratuitous memmove() with memcpy() 2024-09-11 15:21:36 +02:00
blutils.c Add amgettreeheight index AM API routine 2024-09-10 10:03:23 +02:00
blvacuum.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
blvalidate.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00