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