diff options
author | Peter Geoghegan <pg@bowt.ie> | 2020-03-28 20:25:03 -0700 |
---|---|---|
committer | Peter Geoghegan <pg@bowt.ie> | 2020-03-28 20:25:03 -0700 |
commit | a7b9d24e4e00048bf9d99b197996476dcf9492de (patch) | |
tree | bef61fd82db7983b17e07e1b5880cb80e96779c6 /src/backend/tcop/postgres.c | |
parent | 9950c8aadf0edd31baec74a729d47d94af636c06 (diff) | |
download | postgresql-a7b9d24e4e00048bf9d99b197996476dcf9492de.tar.gz postgresql-a7b9d24e4e00048bf9d99b197996476dcf9492de.zip |
Make deduplication use number of key attributes.
Use IndexRelationGetNumberOfKeyAttributes() rather than
IndexRelationGetNumberOfAttributes() when determining whether or not two
index tuples are suitable for merging together into a single posting
list tuple. This is a little bit tidier. It brings affected code in
nbtdedup.c a little closer to similar, related code in nbtsplitloc.c.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions