diff options
author | Andres Freund <andres@anarazel.de> | 2021-09-13 16:50:10 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2021-09-13 16:50:10 -0700 |
commit | 0d0bbee5e3ee2eabe3a1f6081cbc4226520764c0 (patch) | |
tree | fe9022c12d3556db14ddbdb2ac105fd1fd87852d /src/backend/tcop/postgres.c | |
parent | 896a0c44f93b0b449fdf7e6c3973deab5fdfed4f (diff) | |
download | postgresql-0d0bbee5e3ee2eabe3a1f6081cbc4226520764c0.tar.gz postgresql-0d0bbee5e3ee2eabe3a1f6081cbc4226520764c0.zip |
Fix potential for compiler warning in GlobalVisTestFor().
In d9d8aa9bb9a I added a defensive NULL assignment to protect against a
not-too-smart compiler warning about unitialized variable use after the
switch. Unfortunately I only did so on master and forgot to adjust that for
14.
Stephen noticed that there actually is a compiler warning :(.
Reported-By: Stephen Frost <sfrost@snowman.net>
Discussion: https://postgr.es/m/20210827224639.GX17906@tamriel.snowman.net
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions