On Fri, Aug 22, 2014 at 7:54 PM, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
wrote:
> Which in itself might be a clue.
>
> Is all the code/data running on/coming from that machine or is some coming
> in remotely?
>
> Where network latency might be an issue?
>
All locally, but hey - how could network latency be a problem? Transaction
gets the lock on row, and then it updates. the same row. in the same
transaction. with nothing else in the transaction. where is here place for
deadlock for another, identical transaction?
depesz