You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Remove (char *) casts around memory functions such as memcmp(),memcpy(), or memset() where the cast is useless. Since thesefunctions don't take char * arguments anyway, these casts are at bestcomplicated casts to (void *), about which see commit7f798ac.Reviewed-by: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>Discussion:https://www.postgresql.org/message-id/flat/fd1fcedb-3492-4fc8-9e3e-74b97f2db6c7%40eisentraut.org