Re: [HACKERS] StandbyRecoverPreparedTransactions recovers subtrans links incorrectly
От | Tom Lane |
---|---|
Тема | Re: [HACKERS] StandbyRecoverPreparedTransactions recovers subtrans links incorrectly |
Дата | |
Msg-id | 357.1492964232@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: [HACKERS] StandbyRecoverPreparedTransactions recovers subtranslinks incorrectly (Simon Riggs <simon@2ndquadrant.com>) |
Ответы |
Re: [HACKERS] StandbyRecoverPreparedTransactions recovers subtranslinks incorrectly
Re: [HACKERS] StandbyRecoverPreparedTransactions recovers subtranslinks incorrectly |
Список | pgsql-hackers |
Simon Riggs <simon@2ndquadrant.com> writes: >> Also, when I fix that, it gets further but still crashes at the same >> Assert in SubTransSetParent. The proximate cause this time seems to be >> that RecoverPreparedTransactions's calculation of overwriteOK is wrong: >> it's computing that as "false", but in reality the subtrans link in >> question has already been set. > Not sure about that, investigating. As a quick hack, I just hotwired RecoverPreparedTransactions to set overwriteOK = true always, and with that and the SubTransSetParent argument-order fix, HEAD passes the recovery tests. Maybe we can be smarter than that, but this might be a good short-term fix to get the buildfarm green again. regards, tom lane
В списке pgsql-hackers по дате отправления: