• Heikki Linnakangas's avatar
    Silence compiler warning in assertion-enabled builds. · d2e71ff7
    Heikki Linnakangas authored
    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
    d2e71ff7
plpy_procedure.c 13.1 KB