Yet more elimination of dead stores and useless initializations.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 5 Sep 2020 17:17:32 +0000 (13:17 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 5 Sep 2020 17:17:32 +0000 (13:17 -0400)
commita5cc4dab6d1d694f113912a2aca7012a95262f0b
tree73f084898fcefb8a93a10972721c0826fd2d6e0e
parent8febfd1855450f50f17419def41c2ea9bcf994d5
Yet more elimination of dead stores and useless initializations.

I'm not sure what tool Ranier was using, but the ones I contributed
were found by using a newer version of scan-build than I tried before.

Ranier Vilela and Tom Lane

Discussion: https://postgr.es/m/CAEudQAo1+AcGppxDSg8k+zF4+Kv+eJyqzEDdbpDg58-=MQcerQ@mail.gmail.com
src/backend/access/common/heaptuple.c
src/backend/access/gist/gistutil.c
src/backend/access/nbtree/nbtsearch.c
src/backend/catalog/storage.c
src/backend/commands/async.c
src/backend/storage/ipc/procarray.c
src/backend/tsearch/spell.c
src/backend/utils/adt/formatting.c
src/backend/utils/adt/tsrank.c
src/bin/pg_dump/pg_backup_custom.c