Re: [BUGS] Multixact and prepared transactions

2009-11-23 Thread Heikki Linnakangas
Heikki Linnakangas wrote: > Heikki Linnakangas wrote: >> We seem to have neglected prepared transactions in the logic that tracks >> the oldest visible multixact. OldestMemberMXactId doesn't contain >> entries for prepared transactions, so the UPDATE incorrectly considers >> the multixact as an old

Re: [BUGS] Multixact and prepared transactions

2009-11-17 Thread Heikki Linnakangas
Heikki Linnakangas wrote: > We seem to have neglected prepared transactions in the logic that tracks > the oldest visible multixact. OldestMemberMXactId doesn't contain > entries for prepared transactions, so the UPDATE incorrectly considers > the multixact as an old obsolete one. > > A straightfo