Fix last remaining uninitialized memory warnings
Peter Eisentraut <peter@eisentraut.org>
Fix last remaining uninitialized memory warnings gcc (version 13) fails to properly analyze the code due to the loop stop condition including `l != NULL`. Let's just help it out. Author: Tristan Partin <tristan@neon.tech> Discussion: https://www.postgresql.org/message-id/flat/CT6HJ3U8068R.3A8SJMV02D9BC@gonk
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pgbench/pgbench.c | modified | +1 −1 |
| src/bin/pgbench/pgbench.h | modified | +1 −1 |
Discussion
- Fix last unitialized memory warning 17 messages · 2023-06-07 → 2023-08-10