Re: pgsql: Replace PostmasterRandom() with a stronger source, second attemp - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: Replace PostmasterRandom() with a stronger source, second attemp
Date
Msg-id 20161206224607.64x6vn2kgb76y4ng@alap3.anarazel.de
Whole thread Raw
In response to pgsql: Replace PostmasterRandom() with a stronger source, second attemp  (Heikki Linnakangas <heikki.linnakangas@iki.fi>)
Responses Re: pgsql: Replace PostmasterRandom() with a stronger source, second attemp  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-committers
On 2016-12-05 11:44:37 +0000, Heikki Linnakangas wrote:
> Replace PostmasterRandom() with a stronger source, second attempt.

Since this went in I've seen
2016-12-06 14:42:17.005 PST [23658][] LOG:  wrong key in cancel request for process 23657
2016-12-06 14:42:19.010 PST [23662][] LOG:  wrong key in cancel request for process 23657
a couple times.

I've not yet started debugging it. But it seems to only happen in the
first (few?) queries in a new connection.


Andres


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix interaction of parallel query with prepared statements.
Next
From: Thomas Munro
Date:
Subject: Re: pgsql: Replace PostmasterRandom() with a stronger source, second attemp