• Heikki Linnakangas's avatar
    Check number of parameters in RAISE statement at compile time. · c1008f00
    Heikki Linnakangas authored
    The number of % parameter markers in RAISE statement should match the number
    of parameters given. We used to check that at execution time, but we have
    all the information needed at compile time, so let's check it at compile
    time instead. It's generally better to find mistakes earlier.
    
    Marko Tiikkaja, reviewed by Fabien Coelho
    c1008f00
plpgsql.out 155 KB