Remove useless Assert.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 9 Aug 2020 15:32:31 +0000 (11:32 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 9 Aug 2020 15:32:31 +0000 (11:32 -0400)
commit1c164ef3d28dfab445a885a03e80cfd0d552f64a
tree469148b129e6b3aeca533a55f29296d70644fbd5
parent20e7e1fe316467720d8d062e1a1429f798fc31bf
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.
src/backend/replication/logical/reorderbuffer.c