Re: lost synchronization with server: got message type "Z"

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Marek Petr" <maper(at)seznam(dot)cz>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: lost synchronization with server: got message type "Z"
Date: 2016-09-27 12:55:29
Message-ID: 26986.1474980929@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Marek Petr" <maper(at)seznam(dot)cz> writes:
> From time to time we receive following event from application (Adobe
> Campaign - former Neolane):
> PostgreSQL error: lost synchronization with server: got message type "Z",
> length 0\n (iRc=-2006)

Hm.

> Could something else than network cause this event?

We've fixed bugs with related symptoms in the past.

> postgres=# select version();
> PostgreSQL 9.2.13 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.4.7
> 20120313 (Red Hat 4.4.7-11), 64-bit

What libpq version is being used on the client side? The most recent
related bugfix I can find in the 9.2 commit history was in libpq, and
it came out in 9.2.8.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Brian Dunavant 2016-09-27 14:54:45 Re: bitwise storage and operations
Previous Message Vitaly Burovoy 2016-09-27 11:29:35 Re: Update two tables returning id from insert CTE Query