• Tom Lane's avatar
    Adjust regression test to avoid platform-dependent failure. · f12423d7
    Tom Lane authored
    We have a test that verifies that max(anyarray) will cope if the array
    column elements aren't all the same array type.  However, it's now possible
    for that to produce a collation-related error message instead of the
    expected one, if the first two column elements happen to be of the same
    type and it's one that expects to be given collation info.  Tweak the test
    to ensure this doesn't happen.  Per buildfarm member pika.
    f12423d7
polymorphism.sql 25 KB