Silence compiler warning in assertion-enabled builds.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: d2e71ff7573e67fc0a263d0ba6fe2ffbc175d1ad
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2013-07-02T14:53:08Z
Releases: 9.4.0
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