Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

large_object

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Tom Lane authored
    systable_endscan_ordered that have API similar to systable_beginscan etc
    (in particular, the passed-in scankeys have heap not index attnums),
    but guarantee ordered output, unlike the existing functions.  For the moment
    these are just very thin wrappers around index_beginscan/index_getnext/etc.
    Someday they might need to get smarter; but for now this is just a code
    refactoring exercise to reduce the number of direct callers of index_getnext,
    in preparation for changing that function's API.
    
    In passing, remove index_getnext_indexitem, which has been dead code for
    quite some time, and will have even less use than that in the presence
    of run-time-lossy indexes.
    ec498cdc
    History
    Name Last commit Last update
    ..