mirror of
https://github.com/postgres/postgres.git
synced 2026-03-10 02:01:23 -04:00
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
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| bootparse.y | ||
| bootscanner.l | ||
| bootstrap.c | ||
| Makefile | ||
| meson.build | ||