postgres/src/backend/access
Peter Eisentraut e92677e863 Silence compiler warnings on clang 21
Clang 21 shows some new compiler warnings, for example:

warning: variable 'dstsize' is uninitialized when passed as a const pointer argument here [-Wuninitialized-const-pointer]

The fix is to initialize the variables when they are defined.  This is
similar to, for example, the existing situation in gistKeyIsEQ().

Discussion: https://www.postgresql.org/message-id/flat/6604ad6e-5934-43ac-8590-15113d6ae4b1%40eisentraut.org
2025-09-12 07:28:32 +02:00
..
brin Remove unneeded casts of BufferGetPage() result 2025-08-29 07:18:29 +02:00
common Silence compiler warnings on clang 21 2025-09-12 07:28:32 +02:00
gin Remove unneeded casts of BufferGetPage() result 2025-08-29 07:18:29 +02:00
gist Silence compiler warnings on clang 21 2025-09-12 07:28:32 +02:00
hash Remove unneeded casts of BufferGetPage() result 2025-08-29 07:18:29 +02:00
heap Add error codes when vacuum discovers VM corruption 2025-09-08 17:13:31 -04:00
index Use ereport() rather than elog() 2025-08-22 13:35:05 +03:00
nbtree Remove unneeded casts of BufferGetPage() result 2025-08-29 07:18:29 +02:00
rmgrdesc Add more information for WAL records of hash index AMs 2025-09-12 10:29:02 +09:00
sequence Update copyright for 2025 2025-01-01 11:21:55 -05:00
spgist Remove unneeded casts of BufferGetPage() result 2025-08-29 07:18:29 +02:00
table Fix varatt versus Datum type confusions 2025-08-05 12:11:36 +02:00
tablesample Update copyright for 2025 2025-01-01 11:21:55 -05:00
transam Fix leak with SMgrRelations in startup process 2025-09-10 07:23:05 +09:00
Makefile Introduce sequence_*() access functions 2024-02-26 16:04:59 +09:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00