From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: XLogRegisterData, XLogRegisterBufData void * argument for binary |
Date: | 2025-02-13 09:39:37 |
Message-ID: | E1tiVh3-006tJL-9x@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
XLogRegisterData, XLogRegisterBufData void * argument for binary data
Change XLogRegisterData() and XLogRegisterBufData() functions to take
void * for binary data instead of char *. This will remove the need
for numerous casts (done in a separate commit for clarity).
Reviewed-by: 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/cdaeff9b39d9ea0cdd8a0676dc6aac7d719b4541
Modified Files
--------------
src/backend/access/transam/README | 4 ++--
src/backend/access/transam/xloginsert.c | 4 ++--
src/include/access/xlog_internal.h | 2 +-
src/include/access/xloginsert.h | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2025-02-13 10:09:38 | pgsql: Remove unnecessary (char *) casts [xlog] |
Previous Message | Michael Paquier | 2025-02-13 07:31:49 | pgsql: Fix MakeTransitionCaptureState() to return a consistent result |