postgresql/contrib/pg_surgery
Peter Eisentraut aa69541046 Remove useless casts to (void *) in arguments of some system functions
The affected functions are: bsearch, memcmp, memcpy, memset, memmove,
qsort, repalloc

Reviewed-by: Corey Huinker <corey.huinker@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/fd9adf5d-b1aa-e82f-e4c7-263c30145807%40enterprisedb.com
2023-02-07 06:57:59 +01:00
..
expected Improve error messages about mismatching relkind 2021-07-08 09:44:51 +02:00
sql pg_surgery: Try to stabilize regression tests. 2020-09-18 13:26:48 -04:00
.gitignore New contrib module, pg_surgery, with heap surgery functions. 2020-09-10 11:14:07 -04:00
Makefile New contrib module, pg_surgery, with heap surgery functions. 2020-09-10 11:14:07 -04:00
heap_surgery.c Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_surgery--1.0.sql Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_surgery.control New contrib module, pg_surgery, with heap surgery functions. 2020-09-10 11:14:07 -04:00