pgsql: Make TLS write functions' buffer arguments pointers const

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make TLS write functions' buffer arguments pointers const
Date: 2025-02-09 11:44:09
Message-ID: E1th5jN-006C3h-7l@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make TLS write functions' buffer arguments pointers const

This also makes it match the equivalent APIs in libpq.

Author: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
Discussion: https://www.postgresql.org/message-id/flat/fd1fcedb-3492-4fc8-9e3e-74b97f2db6c7%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a9258629edabd461f998ec7d06cdf554e8a6a6ec

Modified Files
--------------
src/backend/libpq/be-secure-gssapi.c | 2 +-
src/backend/libpq/be-secure-openssl.c | 2 +-
src/backend/libpq/be-secure.c | 2 +-
src/backend/libpq/pqcomm.c | 2 +-
src/include/libpq/libpq-be.h | 4 ++--
src/include/libpq/libpq.h | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-02-09 13:04:14 pgsql: Cache NO ACTION foreign keys separately from RESTRICT foreign ke
Previous Message Michael Paquier 2025-02-09 07:52:58 pgsql: Refactor TAP test code for file comparisons into new routine in