Commit 3a19891
committed
exitPotentialWriteReadDeadlock immediately after Write
Otherwise, a Write error would be handled by pgConn.asyncClose() which
would call pgConn.flushWithPotentialWriteReadDeadlock() leading to
panic("BUG: slow write timer already active").
#23321 parent 91efc19 commit 3a19891
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1813 | 1813 | | |
1814 | 1814 | | |
1815 | 1815 | | |
1816 | | - | |
1817 | | - | |
1818 | | - | |
| 1816 | + | |
| 1817 | + | |
| 1818 | + | |
| 1819 | + | |
| 1820 | + | |
1819 | 1821 | | |
1820 | 1822 | | |
1821 | 1823 | | |
| |||
0 commit comments