Fix thinkos from 4f4061b for libpq integer parsing

Michael Paquier <michael@paquier.xyz>

Commit: 57379cd5ac56e575630a5fee5777a1035d0a764a
Author: Michael Paquier <michael@paquier.xyz>
Date: 2019-10-23T02:34:18Z
Releases: 13.0
Fix thinkos from 4f4061b for libpq integer parsing

A check was redundant.  While on it, add an assertion to make sure that
the parsing routine is never called with a NULL input.  All the code
paths currently calling the parsing routine are careful with NULL inputs
already, but future callers may forget that.

Reported-by: Peter Eisentraut, Lars Kanis
Discussion: https://postgr.es/m/ec64956b-4597-56b6-c3db-457d15250fe4@2ndquadrant.com
Backpatch-through: 12

Files

PathChange+/−
src/interfaces/libpq/fe-connect.c modified +4 −2

Discussion

Cited messages not in the archive: ec64956b-4597-56b6-c3db-457d15250fe4@2ndquadrant.com