Change argument type of pq_sendbytes from char * to void *

Peter Eisentraut <peter@eisentraut.org>

Commit: 3b12e68a5c4609deb9fc69607e0aec072700c0a9
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2023-02-14T12:32:19Z
Releases: 16.0
Change argument type of pq_sendbytes from char * to void *

This is a follow-up to 1f605b82ba66ece8b421b10d41094dd2e3c0c48b.  It
allows getting rid of further casts at call sites.

Reviewed-by: Corey Huinker <corey.huinker@gmail.com>
Discussion: https://www.postgresql.org/message-id/783a4edb-84f9-6df2-7470-2ef5ccc6607a@enterprisedb.com

Files

Discussion