At Wed, 23 Dec 2020 21:42:47 +0900, Fujii Masao <masao.fu...@oss.nttdata.com> wrote in > you. Attached > is the updated of the patch. What about this version?
The patch contains a hunk in the following structure. + if (got_standby_lock_timeout) + goto cleanup; + + if (got_standby_deadlock_timeout) + { ... + } + +cleanup: It is eqivalent to + if (!got_standby_lock_timeout && got_standby_deadlock_timeout) + { ... + } Is there any reason for the goto? regards. -- Kyotaro Horiguchi NTT Open Source Software Center