Re: FATAL: bogus data in lock file "postmaster.pid": "" - Mailing list pgsql-hackers

From Tom Lane
Subject Re: FATAL: bogus data in lock file "postmaster.pid": ""
Date
Msg-id 24583.1346207335@sss.pgh.pa.us
Whole thread Raw
In response to Re: FATAL: bogus data in lock file "postmaster.pid": ""  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> On Tue, Aug 28, 2012 at 04:25:36PM -0400, Tom Lane wrote:
>> The backend side of this looks mostly sane to me (but drop the \n,
>> messages are not supposed to contain those).  But the feof test proposed

> Removed.  I thought we needed to add \n so that strings >80 would wrap
> properly.  How do we handle this?

We don't.  Per the message style guidelines, it's the responsibility of
a client frontend to line-wrap such text if it feels the need to.  The
backend has no business assuming that 80 characters (or any other
number) is where to wrap.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: FATAL: bogus data in lock file "postmaster.pid": ""
Next
From: Tom Lane
Date:
Subject: Re: "default deny" for roles