mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
memset() or MemSet() to a char *. For one, memset()'s first argument is a void *, and further void * can be implicitly coerced to/from any other pointer type.