]> granicus.if.org Git - postgresql/commit
Remove useless assertion.
authorRobert Haas <rhaas@postgresql.org>
Wed, 13 May 2015 15:01:10 +0000 (11:01 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 13 May 2015 15:01:10 +0000 (11:01 -0400)
commitae6157164faf5ec1636a9acfe18bfd28a31db098
tree6a55ed550d3fb39963fe32042fee7a78463fa42b
parent5850b20f58a594ac69f4f77b24cad94fc3bfd946
Remove useless assertion.

Here, snapshot->xcnt is an unsigned type, so it will always be
non-negative.
src/backend/utils/time/snapmgr.c