Skip to content
Snippets Groups Projects
  • Heikki Linnakangas's avatar
    d50e1251
    Clean up a couple of box gist helper functions. · d50e1251
    Heikki Linnakangas authored
    The original idea of this patch was to make box picksplit run faster, by
    eliminating unnecessary palloc() overhead, but that was obsoleted by the new
    double-sorting split algorithm that doesn't call these functions so heavily
    anymore. Nevertheless, the code looks better this way.
    
    Original patch by me, reviewed and tidied up after the double-sorting patch
    by Kevin Grittner.
    d50e1251
    History
    Clean up a couple of box gist helper functions.
    Heikki Linnakangas authored
    The original idea of this patch was to make box picksplit run faster, by
    eliminating unnecessary palloc() overhead, but that was obsoleted by the new
    double-sorting split algorithm that doesn't call these functions so heavily
    anymore. Nevertheless, the code looks better this way.
    
    Original patch by me, reviewed and tidied up after the double-sorting patch
    by Kevin Grittner.