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

contrib

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Andres Freund authored
    test_decoding used fastgetattr() to extract column values. That's wrong
    when decoding updates and deletes if a table's replica identity is set
    to FULL and new columns have been added since the old version of the
    tuple was created. Due to the lack of a crosscheck with the datum's
    natts values an invalid value will be output, leading to errors or
    worse.
    
    Bug: #13470
    Reported-By: Krzysztof Kotlarski
    Discussion: 20150626100333.3874.90852@wrigleys.postgresql.org
    
    Backpatch to 9.4, where the feature, including the bug, was added.
    d47a1136
    History
    Name Last commit Last update
    ..