git.postgresql.org Git - postgresql.git/commit
2014年7月29日 19:40:55 +0000 (15:40 -0400)
2014年7月29日 19:40:55 +0000 (15:40 -0400)
commit c2581794f37e76c910eb91f1bf1f1e581123abd6
Simplify multixact freezing a bit
Testing for abortedness of a multixact member that's being frozen is
unnecessary: we only need to know whether the transaction is still in
progress or committed to determine whether it must be kept or not. This
let us simplify the code a bit and avoid a useless TransactionIdDidAbort
test.
Suggested by Andres Freund awhile back.
This is the main PostgreSQL git repository.
RSS
Atom