Remove useless assertion.

Robert Haas <rhaas@postgresql.org>

Commit: ae6157164faf5ec1636a9acfe18bfd28a31db098
Author: Robert Haas <rhaas@postgresql.org>
Date: 2015-05-13T15:01:10Z
Releases: 9.5.0
Remove useless assertion.

Here, snapshot->xcnt is an unsigned type, so it will always be
non-negative.

Files

PathChange+/−
src/backend/utils/time/snapmgr.c modified +0 −1