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

postgres-lambda-diff

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Tom Lane authored
    A simple thinko in ginRedoUpdateMetapage, namely failing to increment a
    loop counter, led to inserting records into the last pending-list page in
    the wrong order (the opposite of that intended).  So far as I can tell,
    this would not upset the code that eventually flushes pending items into
    the main part of the GIN index.  But it did break the code that searched
    the pending list for matches, resulting in transient failure to find
    matching entries during index lookups, as illustrated in bug #6307 from
    Maksym Boguk.
    
    Back-patch to 8.4 where the incorrect code was introduced.
    877b67c3
    History
    Name Last commit Last update