postgresql/src/backend/access
Peter Eisentraut 54a177a948 Remove useless casts to (void *) in hash_search() calls
Some of these appear to be leftovers from when hash_search() took a
char * argument (changed in 5999e78fc4).

Since after this there is some more horizontal space available, do
some light reformatting where suitable.

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-06 09:41:01 +01:00
..
brin Update copyright for 2023 2023-01-02 15:00:37 -05:00
common Revert "Add eager and lazy freezing strategies to VACUUM." 2023-01-25 22:22:27 -08:00
gin Update copyright for 2023 2023-01-02 15:00:37 -05:00
gist Remove useless casts to (void *) in hash_search() calls 2023-02-06 09:41:01 +01:00
hash New header varatt.h split off from postgres.h 2023-01-10 05:54:36 +01:00
heap Reduce code duplication between heapgettup and heapgettup_pagemode 2023-02-03 16:20:43 +13:00
index Update copyright for 2023 2023-01-02 15:00:37 -05:00
nbtree Update copyright for 2023 2023-01-02 15:00:37 -05:00
rmgrdesc Update copyright for 2023 2023-01-02 15:00:37 -05:00
spgist New header varatt.h split off from postgres.h 2023-01-10 05:54:36 +01:00
table New header varatt.h split off from postgres.h 2023-01-10 05:54:36 +01:00
tablesample Update copyright for 2023 2023-01-02 15:00:37 -05:00
transam Remove useless casts to (void *) in hash_search() calls 2023-02-06 09:41:01 +01:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00