aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistscan.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2014-07-29 15:40:55 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2014-07-29 15:40:55 -0400
commitc2581794f37e76c910eb91f1bf1f1e581123abd6 (patch)
tree5edd81270c40c35586bb41f3e95c967776881709 /src/backend/access/gist/gistscan.c
parent60d931827b0c37fbce74d04e45d0220d57ddd06a (diff)
downloadpostgresql-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/gistscan.c')
0 files changed, 0 insertions, 0 deletions