postgresql/src/backend/partitioning
Tom Lane 38a2d70329 Remove some more useless assignments.
Found with clang's scan-build tool.  It also whines about a lot of
other dead stores that we should *not* change IMO, either as a matter
of style or future-proofing.  But these places seem like clear
oversights.

Discussion: https://postgr.es/m/CAEudQAo1+AcGppxDSg8k+zF4+Kv+eJyqzEDdbpDg58-=MQcerQ@mail.gmail.com
2020-09-04 14:32:19 -04:00
..
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
partbounds.c Remove some more useless assignments. 2020-09-04 14:32:19 -04:00
partdesc.c Fix two typos in a comment 2020-05-22 17:39:16 -04:00
partprune.c Fix yet another issue with step generation in partition pruning. 2020-08-07 14:45:00 +09:00