Re: Initial release notes created for 9.6 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Initial release notes created for 9.6
Date
Msg-id 8099.1462564773@sss.pgh.pa.us
Whole thread Raw
In response to Re: Initial release notes created for 9.6  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-hackers
Jeff Janes <jeff.janes@gmail.com> writes:
> This item:

> "Avoid some spurious waits for AccessExclusiveLocks in hot-standby queries"

> Should be something like

> Avoid some unnecessary cancellations of hot-standy queries due to
> AccessExclusiveLocks replay.

> It was the cancellations, not the waits, which were spurious.

OK, changing to
      <para>       Avoid some unnecessary cancellations of hot-standby queries during       replay of actions that take
AccessExclusiveLocks(Jeff Janes)      </para>
 
        regards, tom lane



pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Default Roles
Next
From: Alvaro Herrera
Date:
Subject: Re: Feature request: make cluster_name GUC useful for psql prompts