diff options
author | Heikki Linnakangas | 2014-09-02 12:53:06 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2014-09-02 12:56:50 +0000 |
commit | c1008f0037ec9c738127c2fa6d7f6c88d885f45f (patch) | |
tree | 6832c92a64a63ee5321008d8d3a46cc170f6c7ce /src/makefiles | |
parent | f8f4227976a2cdb8ac7c611e49da03aa9e65e0d2 (diff) |
Check number of parameters in RAISE statement at compile time.
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
Diffstat (limited to 'src/makefiles')
0 files changed, 0 insertions, 0 deletions