Re: [BUGS] ISSUE after upgrading to POSTGRES 8.4.8

2013-04-30 Thread John R Pierce
On 4/30/2013 2:55 AM, Bansal, Pradeep wrote: Also with the debug5 mode the logs are:- well, I don't see any backend crashes there. -- john r pierce 37N 122W somewhere on the middle of the left coast

Re: [BUGS] ISSUE after upgrading to POSTGRES 8.4.8

2013-04-30 Thread Bansal, Pradeep
30.224 ms parse : INSERT INTO RAWLOG (boottime, hidden, id, rawdata, source, version) VALUES ($1, $2 , $3, $4, $5, $6) Please let me know your thoughts. Regards Pradeep B From: John R Pierce [mailto:pie...@hogranch.com] Sent: Tuesday, April 30, 2013 1:24 PM To: Bansal, Pr

Re: [BUGS] ISSUE after upgrading to POSTGRES 8.4.8

2013-04-30 Thread John R Pierce
On 4/29/2013 11:40 PM, Bansal, Pradeep wrote: PQdb name : RAIDSAPROVDB : server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. you need to look at the server log after an error like this, and se

Re: [BUGS] ISSUE after upgrading to POSTGRES 8.4.8

2013-04-30 Thread Heikki Linnakangas
On 30.04.2013 09:40, Bansal, Pradeep wrote: I have observed the below issue after upgrading to the above mentioned version of postgress. Any help is very much appreciated:- ISSUE:- === SEQUENCE STATEMENTS = SELECT nextval('

[BUGS] ISSUE after upgrading to POSTGRES 8.4.8

2013-04-30 Thread Bansal, Pradeep
Hello, I have observed the below issue after upgrading to the above mentioned version of postgress. Any help is very much appreciated:- ISSUE:- === SEQUENCE STATEMENTS = SELECT nextval('"serial1"') PQstatus(m_connection) :-