pgsql: Change argument type of pq_sendbytes from char * to void *

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Change argument type of pq_sendbytes from char * to void *
Дата
Msg-id E1pRubG-0016Qi-4F@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3b12e68a5c4609deb9fc69607e0aec072700c0a9

Modified Files
--------------
src/backend/libpq/pqformat.c            |  2 +-
src/backend/utils/adt/array_userfuncs.c | 11 +++++------
src/backend/utils/adt/uuid.c            |  2 +-
src/backend/utils/adt/varbit.c          |  2 +-
src/include/libpq/pqformat.h            |  2 +-
5 files changed, 9 insertions(+), 10 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: pgsql: Correct docs for the default locale_provider of a new database.
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: pgsql: Fix make_etags failure on Mac.