Silence compiler warning in assertion-enabled builds.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: c4f386f51d30d14e9a21888795c207a59fd693a0
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2013-07-02T14:51:50Z
Releases: 9.2.5
Silence compiler warning in assertion-enabled builds.

With -Wtype-limits, gcc correctly points out that size_t can never be < 0.
Backpatch to 9.3 and 9.2. It's been like this forever, but in <= 9.1 you got
a lot other warnings with -Wtype-limits anyway (at least with my version of
gcc).

Andres Freund

Files

PathChange+/−
src/pl/plpython/plpy_procedure.c modified +2 −2