pgsql: Simplify declaration of memcpy target

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Simplify declaration of memcpy target
Date: 2026-04-08 21:04:00
Message-ID: E1wAa48-0002sT-07@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Simplify declaration of memcpy target

The existing one is understandable failing on (some?) 32-bit platforms.

Reported-by: Tomas Vondra <tomas(at)vondra(dot)me>
Suggested-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/1c197f2d-49a2-4830-8dde-55867218b62d@vondra.me

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2cff363715efe3fd2dfbb04f9aa52fd5638f8f0d

Modified Files
--------------
src/backend/commands/repack.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-04-08 23:53:19 pgsql: Reduce presence of syscache.h in src/include/
Previous Message Daniel Gustafsson 2026-04-08 19:58:12 pgsql: doc: Fix data_checksums data type