postgres/src/backend
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
..
access Silence compiler warnings on clang 21 2025-09-12 07:28:32 +02:00
archive Update copyright for 2025 2025-01-01 11:21:55 -05:00
backup Expand usage of macros for protocol characters. 2025-08-06 13:37:00 -05:00
bootstrap Add new OID alias type regdatabase. 2025-06-30 15:38:54 -05:00
catalog Improve error message for duplicate labels when creating an enum type. 2025-09-02 13:50:56 -04:00
commands Report the correct is_temporary flag for column defaults. 2025-09-11 17:11:57 -04:00
executor Eliminate duplicative hashtempcxt in nodeSubplan.c. 2025-09-10 16:15:08 -04:00
foreign Track the number of presorted outer pathkeys in MergePath 2025-05-08 18:21:32 +09:00
jit Don't put library-supplied -L/-I switches before user-supplied ones. 2025-07-29 15:17:40 -04:00
lib Correct list of files in src/backend/lib/README 2025-06-27 09:31:23 +09:00
libpq Silence Valgrind leakage complaints in more-or-less-hackish ways. 2025-08-02 21:59:46 -04:00
main Force LC_COLLATE to C in postmaster. 2025-07-16 14:13:18 -07:00
nodes Add Asserts to validate prevbit values in bms_prev_member 2025-08-15 16:33:07 +12:00
optimizer Fix misuse of Relids for storing attribute numbers 2025-09-12 11:12:19 +09:00
parser Fix CREATE TABLE LIKE with not-valid check constraint 2025-09-10 13:25:58 +02:00
partitioning Avoid leakage of zero-length arrays in partition_bounds_copy(). 2025-08-02 21:59:46 -04:00
po Translation updates 2025-05-05 12:04:49 +02:00
port Don't treat EINVAL from semget() as a hard failure. 2025-08-13 12:00:03 -04:00
postmaster Move named LWLock tranche requests to shared memory. 2025-09-11 16:13:55 -05:00
regex Control ctype behavior internally with a method table. 2025-07-01 07:44:47 -07:00
replication Remove stray semicolon at global scope 2025-09-11 12:03:15 +02:00
rewrite Don't generate fake "*TLOCRN*" or "*TROCRN*" aliases, either. 2025-09-08 12:58:07 -04:00
snowball Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 2025-03-26 11:11:02 -04:00
statistics Avoid faulty alignment of Datums in build_sorted_items(). 2025-09-10 17:51:24 -04:00
storage Move named LWLock tranche requests to shared memory. 2025-09-11 16:13:55 -05:00
tcop Allow to log raw parse tree. 2025-09-06 07:49:51 +09:00
tsearch Remove useless/superfluous Datum conversions 2025-08-08 22:06:57 +02:00
utils meson: Build numeric.c with -ftree-vectorize. 2025-09-10 11:21:12 -05:00
.gitignore
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
Makefile aio: Add liburing dependency 2025-03-26 19:45:32 -04:00
meson.build meson: add and use stamp files for generated headers 2025-08-11 15:18:23 -04:00
nls.mk Return yyparse() result not via global variable 2025-01-24 06:55:39 +01:00