diff options
author | Tom Lane | 2020-08-09 15:32:31 +0000 |
---|---|---|
committer | Tom Lane | 2020-08-09 15:32:31 +0000 |
commit | 1c164ef3d28dfab445a885a03e80cfd0d552f64a (patch) | |
tree | 469148b129e6b3aeca533a55f29296d70644fbd5 /src/common/exec.c | |
parent | 20e7e1fe316467720d8d062e1a1429f798fc31bf (diff) |
Remove useless Assert.
Testing that an unsigned variable is >= 0 is pretty pointless,
as noted by Coverity and numerous buildfarm members.
In passing, add comment about new uses of "volatile" --- Coverity
doesn't much like that either, but it seems probably necessary.
Diffstat (limited to 'src/common/exec.c')
0 files changed, 0 insertions, 0 deletions