Re: [pgadmin-hackers] [PATCHES] libpq endless loop if client_min_messages=debug1
Andreas Pflug <[EMAIL PROTECTED]> writes: > The attached patch fixes this. I wonder if there are additional message > types that might be longer? We should allow error messages to be long too, I guess, and I also added NOTIFY messages since there's no telling what people might try to do with the data payload string once we implement that. I also fixed the underlying infinite-loop problem. regards, tom lane ---(end of broadcast)--- TIP 8: explain analyze is your friend
Re: [pgadmin-hackers] [PATCHES] libpq endless loop if client_min_messages=debug1
Andreas Pflug <[EMAIL PROTECTED]> 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 >= 3 only for message types 'T', 'D' and 'd', but not > 'N'. Oops. Good catch. regards, tom lane ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings
Re: [pgadmin-hackers] [HELP bug] (control lost) while in create table
> -Original Message- > From: Raphaƫl Enrici [mailto:[EMAIL PROTECTED] > Sent: 26 December 2003 16:11 > To: Andreas Pflug > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] [HELP bug] (control lost) > while in create table > - > I've just relooked and In fact I can see the lines I want in > the daily snapshots. > I was looking to the wrong branch... You added the lines from > 1.43 to 1.44. May be it would be a good thing to add them to > stable branch too ? The stable version is not supported under Solaris, so I see no reason to patch that branch to make it supported. New ports should be added only at major release time. Regards, Dave ---(end of broadcast)--- TIP 8: explain analyze is your friend
