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

src

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Robert Haas authored
    That script is incorrect in that it sets the combine function for
    max(citext) twice instead of setting the combine function for
    max(citext) once and the combine functon for min(citext) once.  The
    consequence is that if you install 1.0 or 1.1 and then update to 1.2,
    you end up with min(citext) not having a combine function, contrary to
    what was intended.  If you install 1.2 directly, you're OK.
    
    Fix things up by defining a new 1.3 version.  Upgrading from 1.2 to
    1.3 won't change anything for people who first installed the 1.2
    version, but people upgrading from 1.0 or 1.1 will get the right
    catalog contents once they reach 1.3.
    
    Report and patch by David Rowley, reviewed by Andreas Karlsson.
    fe5e3fce
    History
    Name Last commit Last update
    ..