Re: bug on log generation ? - Mailing list pgsql-hackers

From Marcos Pegoraro
Subject Re: bug on log generation ?
Date
Msg-id CAB-JLwb4h7pQ-uoKFK-6LCHKQB_H94GGFrVHSw0HrUOgEfnL9A@mail.gmail.com
Whole thread Raw
In response to Re: bug on log generation ?  (Andres Freund <andres@anarazel.de>)
Responses Re: bug on log generation ?
List pgsql-hackers

How are you running postgres? If the logger process runs into trouble it might
write to stderr.

Is there a chance your huge statements would make you run out of space?

Well, I don't think it is a  out of space problem, because it doesn´t stop logging, it just splits that message. As you can see, the next message is logged properly. And that statement is not so huge, these statements have not more than 10 or 20kb. And as I said these statements occur dozens of times a day, but only once or twice is not correctly logged 
An additional info, that splitted message has an out of order log time. At that time the log file was having 2 or 3 logs per second, and that message was 1 or 2 minutes later. It seems like it occurs now but it's stored a minute or two later.

thanks
Marcos

pgsql-hackers by date:

Previous
From: Yuya Watari
Date:
Subject: Re: [PoC] Reducing planning time when tables have many partitions
Next
From: Luc Vlaming Hummel
Date:
Subject: Re: Reducing planning time on tables with many indexes