aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistget.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-05-23 21:37:59 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-05-23 21:37:59 +0000
commit7f52e0c50e4d3e091fb3db2432a86249029af3d4 (patch)
treeb6f6d6dac88feaa1d36c3cf1233b009806b160bf /src/backend/access/gist/gistget.c
parent672f0beb01553c71ff2afb6be7941c081798d758 (diff)
downloadpostgresql-7f52e0c50e4d3e091fb3db2432a86249029af3d4.tar.gz
postgresql-7f52e0c50e4d3e091fb3db2432a86249029af3d4.zip
Tweak writetup_heap/readtup_heap to avoid storing the tuple identity
and transaction visibility fields of tuples being sorted. These are always uninteresting in a tuple being sorted (if the fields were actually selected, they'd have been pulled out into user columns beforehand). This saves about 24 bytes per row being sorted, which is a useful savings for any but the widest of sort rows. Per recent discussion.
Diffstat (limited to 'src/backend/access/gist/gistget.c')
0 files changed, 0 insertions, 0 deletions