diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2014-07-29 15:40:55 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2014-07-29 15:40:55 -0400 |
commit | c2581794f37e76c910eb91f1bf1f1e581123abd6 (patch) | |
tree | 5edd81270c40c35586bb41f3e95c967776881709 /src/backend/access/gist/gistget.c | |
parent | 60d931827b0c37fbce74d04e45d0220d57ddd06a (diff) | |
download | postgresql-c2581794f37e76c910eb91f1bf1f1e581123abd6.tar.gz postgresql-c2581794f37e76c910eb91f1bf1f1e581123abd6.zip |
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.
Diffstat (limited to 'src/backend/access/gist/gistget.c')
0 files changed, 0 insertions, 0 deletions