postgresql/src/backend/bootstrap
Peter Eisentraut 827b4060a8 Remove unnecessary (char *) casts [mem]
Remove (char *) casts around memory functions such as memcmp(),
memcpy(), or memset() where the cast is useless.  Since these
functions don't take char * arguments anyway, these casts are at best
complicated casts to (void *), about which see commit 7f798aca1d.

Reviewed-by: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Discussion: https://www.postgresql.org/message-id/flat/fd1fcedb-3492-4fc8-9e3e-74b97f2db6c7%40eisentraut.org
2025-02-12 08:50:13 +01:00
..
.gitignore Build all Flex files standalone 2022-09-04 12:09:01 +07:00
bootparse.y Update copyright for 2025 2025-01-01 11:21:55 -05:00
bootscanner.l Update copyright for 2025 2025-01-01 11:21:55 -05:00
bootstrap.c Remove unnecessary (char *) casts [mem] 2025-02-12 08:50:13 +01:00
Makefile Remove distprep 2023-11-06 15:18:04 +01:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00