diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-05-23 21:37:59 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-05-23 21:37:59 +0000 |
commit | 7f52e0c50e4d3e091fb3db2432a86249029af3d4 (patch) | |
tree | b6f6d6dac88feaa1d36c3cf1233b009806b160bf /src/backend/access/gist/gistget.c | |
parent | 672f0beb01553c71ff2afb6be7941c081798d758 (diff) | |
download | postgresql-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