BUG #1500: child dead - Mailing list pgsql-bugs

From nagash
Subject BUG #1500: child dead
Date
Msg-id 20050222134135.1894CF0B0F@svr2.postgresql.org
Whole thread Raw
Responses Re: BUG #1500: child dead  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1500
Logged by:          nagash
Email address:      postgresql@nagash.org
PostgreSQL version: 8.0.1
Operating system:   RedHat
Description:        child dead
Details:

site_utf=# SELECT to_char(NOW() - '2000-10-02'::date, 'YYYYMonDD');
server closed the connection unexpectedly
        This probably means the server terminated abnormally
        before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.

tested on 2 servers and it show with exactly 'YYYYMonDD' if I write
SELECT to_char(NOW() - '2000-10-02'::date, 'YYYY');

it will be OK

pgsql-bugs by date:

Previous
From: "Thomas"
Date:
Subject: BUG #1502: hash_seq_search might return removed entry
Next
From: "nagash"
Date:
Subject: BUG #1501: in additional to previous "DEAD of child"