forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita7b9d24
committed
Make deduplication use number of key attributes.
Use IndexRelationGetNumberOfKeyAttributes() rather thanIndexRelationGetNumberOfAttributes() when determining whether or not twoindex tuples are suitable for merging together into a single postinglist tuple. This is a little bit tidier. It brings affected code innbtdedup.c a little closer to similar, related code in nbtsplitloc.c.1 parent9950c8a commita7b9d24
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
| 71 | + | |
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
| |||
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
185 |
| - | |
| 185 | + | |
186 | 186 |
| |
187 | 187 |
| |
188 | 188 |
| |
| |||
519 | 519 |
| |
520 | 520 |
| |
521 | 521 |
| |
522 |
| - | |
| 522 | + | |
523 | 523 |
| |
524 | 524 |
| |
525 | 525 |
| |
526 | 526 |
| |
527 | 527 |
| |
528 | 528 |
| |
529 |
| - | |
| 529 | + | |
530 | 530 |
| |
531 | 531 |
| |
532 | 532 |
| |
533 | 533 |
| |
534 |
| - | |
| 534 | + | |
535 | 535 |
| |
536 | 536 |
| |
537 | 537 |
| |
|
0 commit comments
Comments
(0)