diff options
author | Peter Geoghegan | 2020-03-29 03:25:03 +0000 |
---|---|---|
committer | Peter Geoghegan | 2020-03-29 03:25:03 +0000 |
commit | a7b9d24e4e00048bf9d99b197996476dcf9492de (patch) | |
tree | bef61fd82db7983b17e07e1b5880cb80e96779c6 /src/backend/tcop/postgres.c | |
parent | 9950c8aadf0edd31baec74a729d47d94af636c06 (diff) |
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