Reported-by: Garry Polley
Author: Garry Polley
Discussion: https://postgr.es/m/CAPj_C4wRh_JSi_RSFZLPUDVoVeOjFhos5RG+DggtK38wzakjEQ@mail.gmail.com
Backpatch-through: master
on one or more of the rows. Once the <literal>SELECT</literal> unblocks, some
of the ordering column values might have been modified, leading to those
rows appearing to be out of order (though they are in order in terms
- of the original column values). This can be worked around at need by
+ of the original column values). This can be worked around as needed by
placing the <literal>FOR UPDATE/SHARE</literal> clause in a sub-query,
for example
<programlisting>