Re: [PATCHES] libpq endless loop if client_min_messages=debug1 - Mailing list pgadmin-hackers

From Tom Lane
Subject Re: [PATCHES] libpq endless loop if client_min_messages=debug1
Date
Msg-id 18372.1072628710@sss.pgh.pa.us
Whole thread Raw
In response to libpq endless loop if client_min_messages=debug1  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgadmin-hackers
Andreas Pflug <pgadmin@pse-consulting.de> writes:
> I reproduced this problem with 7.5 head backend and libpq under win32
> and Linux, and found that the problem is pqParseInput3 expecting a
> message length >= 30000 only for message types 'T', 'D' and 'd', but not
> 'N'.

Oops.  Good catch.

            regards, tom lane

pgadmin-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: libpq endless loop if client_min_messages=debug1
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] libpq endless loop if client_min_messages=debug1