diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2025-03-18 10:54:10 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2025-03-18 10:54:10 -0400 |
commit | 4078da6c478039bbafdd58138957dc47db545935 (patch) | |
tree | 4b78740f5e9347fa57192a23d31e1701a3279b25 /src/backend/tcop/postgres.c | |
parent | daa02c6bd9262adeb44f4a9ed9d94fa6259afd94 (diff) | |
download | postgresql-4078da6c478039bbafdd58138957dc47db545935.tar.gz postgresql-4078da6c478039bbafdd58138957dc47db545935.zip |
Silence compiler warning.
Assorted buildfarm members are complaining about "'process_list' may
be used uninitialized in this function" since f76892c9f, presumably
because they don't trust that the switch case labels are exhaustive.
We can silence that by initializing the variable to NULL. Should
a switch fall-through actually happen, we'll get SIGSEGV at the
first use, which is as good as an Assert.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions