Fix error reporting of connect_timeout in libpq for value parsing The logic was correctly detecting a parsing failure, but the parsing error did not get reported back to the client properly.
Reported-by: Ed Morley Author: Lars Kanis Reviewed-by: Michael Paquier Discussion: https://postgr.es/m/[email protected] Backpatch-through: 12 Branch ------ REL_12_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/ed5109a616cf98d3b3b2491d043099a6e0a966a2 Modified Files -------------- src/interfaces/libpq/fe-connect.c | 4 ++++ 1 file changed, 4 insertions(+)
