postgresql/src/backend/rewrite
Peter Eisentraut 7f798aca1d Remove useless casts to (void *)
Many of them just seem to have been copied around for no real reason.
Their presence causes (small) risks of hiding actual type mismatches
or silently discarding qualifiers

Discussion: https://www.postgresql.org/message-id/flat/461ea37c-8b58-43b4-9736-52884e862820@eisentraut.org
2024-11-28 08:27:20 +01:00
..
Makefile SEARCH and CYCLE clauses 2021-02-01 14:32:51 +01:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00
rewriteDefine.c Remove useless casts to (void *) 2024-11-28 08:27:20 +01:00
rewriteHandler.c Remove useless casts to (void *) 2024-11-28 08:27:20 +01:00
rewriteManip.c Remove useless casts to (void *) 2024-11-28 08:27:20 +01:00
rewriteRemove.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
rewriteSearchCycle.c Make the order of the header file includes consistent 2024-03-13 15:07:00 +01:00
rewriteSupport.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
rowsecurity.c Add RETURNING support to MERGE. 2024-03-17 13:58:59 +00:00