diff options
| author | Peter Eisentraut <peter@eisentraut.org> | 2025-12-03 10:22:17 +0100 |
|---|---|---|
| committer | Peter Eisentraut <peter@eisentraut.org> | 2025-12-03 10:22:17 +0100 |
| commit | 1b2bb5077e9e9deac60a3e92e742465e7bcd3a21 (patch) | |
| tree | f6ce6b763307f220f2f879dd8cfcbe641b2682f2 /src/backend/replication/logical/worker.c | |
| parent | 756a43689324b473ee07549a6eb7a53a203df5ad (diff) | |
Change Pointer to void *
The comment for the Pointer type said 'XXX Pointer arithmetic is done
with this, so it can't be void * under "true" ANSI compilers.'. This
has been fixed in the previous commit 756a4368932. This now changes
the definition of the type from char * to void *, as envisaged by that
comment.
Extension code that relies on using Pointer for pointer arithmetic
will need to make changes similar to commit 756a4368932, but those
changes would be backward compatible.
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Reviewed-by: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: https://www.postgresql.org/message-id/4154950a-47ae-4223-bd01-1235cc50e933%40eisentraut.org
Diffstat (limited to 'src/backend/replication/logical/worker.c')
0 files changed, 0 insertions, 0 deletions
