Re: pgsql: Fix crash bug in RestoreSnapshot.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Fix crash bug in RestoreSnapshot.
Date: 2016-07-01 14:04:36
Message-ID: CA+TgmoY9bjG-FwjHxyBs=CPD4ZNTjKnc8S+JXQC8BDNBeJkBng@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Fri, Jul 1, 2016 at 9:34 AM, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
> "This can happen on standby servers"
>
> The commit message doesn't mention, but it applies only to parallel query?
>
> Why then is this backpatched to 9.5?

Because that's where the code was added. In 9.5, it would only matter
for extensions using the ParallelContext machinery.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-07-01 14:14:57 pgsql: postgres_fdw: Remove schema-qualification from cast to text.
Previous Message Kevin Grittner 2016-07-01 14:00:45 Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <